Class IList.IListableFromArray<E>
- java.lang.Object
-
- org.magicwerk.brownies.collections.IList.IListableFromArray<E>
-
-
Constructor Summary
Constructors Constructor Description IListableFromArray(E[] array)IListableFromArray(E[] array, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Eget(int index)Return element at specified positionintsize()Return size of list
-