Uses of Class
org.apache.pivot.util.Time.Range
-
Packages that use Time.Range Package Description org.apache.pivot.util Contains a collection of common utility classes. -
-
Uses of Time.Range in org.apache.pivot.util
Methods in org.apache.pivot.util that return Time.Range Modifier and Type Method Description static Time.RangeTime.Range. decode(java.lang.String value)Time.RangeTime.Range. normalize()Methods in org.apache.pivot.util with parameters of type Time.Range Modifier and Type Method Description booleanTime.Range. contains(Time.Range range)booleanTime.Range. intersects(Time.Range range)Constructors in org.apache.pivot.util with parameters of type Time.Range Constructor Description Range(Time.Range range)
-