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.Range
Time.Range. decode(java.lang.String value)
Time.Range
Time.Range. normalize()
Methods in org.apache.pivot.util with parameters of type Time.Range Modifier and Type Method Description boolean
Time.Range. contains(Time.Range range)
boolean
Time.Range. intersects(Time.Range range)
Constructors in org.apache.pivot.util with parameters of type Time.Range Constructor Description Range(Time.Range range)
-