Class IList.IListableFromCollection<E>
java.lang.Object
org.magicwerk.brownies.collections.IList.IListableFromCollection<E>
- All Implemented Interfaces:
IListable<E>
Wrapper to treat a
Collection as IListable.
Note that the implementation relies on the fact that the elements are only accessed sequentially.
- Author:
- Thomas Mauch
-
Method Summary
-
Method Details
-
size
-
get
-