Uses of Class
org.apache.pivot.util.Time.Range

Packages that use Time.Range
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
static Time.Range Time.Range.decode(String value)
           
 Time.Range Time.Range.normalize()
           
 

Methods in org.apache.pivot.util with parameters of type Time.Range
 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
Time.Range(Time.Range range)