- Enclosing class:
UIMediaEvent
public static class UIMediaEvent.TimeRanges extends Object Class for a TimeRanges value, used for "buffered" and "played" time ranges.
Method Summary 
boolean
Checks if two objects are equal.
Gets the list of TimeRange instances.
int
Returns a hash code value for the object.
Returns a string representation of the object.
Method Details 
getList 
Gets the list of TimeRange instances.
- Returns:
- An unmodifiable list of TimeRange's.
equals 
public boolean equals(Object o) Checks if two objects are equal.
- Overrides:
equals
in class Object
- Parameters:
o
- The other object to compare with.- Returns:
- The equality flag.
hashCode 
public int hashCode()
Returns a hash code value for the object.
- Overrides:
hashCode
in class Object
- Returns:
- The hash code.
toString 
Returns a string representation of the object.
- Overrides:
toString
in class Object
- Returns:
- A string representation of the object.