Class IList.IListableFromCollection<E>
- java.lang.Object
-
- org.magicwerk.brownies.collections.IList.IListableFromCollection<E>
-
-
Constructor Summary
Constructors Constructor Description IListableFromCollection(java.util.Collection<? extends E> coll)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description E
get(int index)
Return element at specified positionint
size()
Return size of list
-