Class TimeListImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.TimeListImpl
- All Implemented Interfaces:
TimeList
TimeListImpl class.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TimeListImpl
Constructor for TimeListImpl.
- Parameters:
times
- aList
object.
-
-
Method Details
-
getLength
public int getLength()The number of times in the list. The range of valid child time indices is 0 to length-1 inclusive. -
item
Returns the index th item in the collection. If index is greater than or equal to the number of times in the list, this returns null .
-