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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iter
-
size
int size
-
-
Constructor Details
-
IListableFromCollection
IListableFromCollection(Collection<? extends E> coll)
-
-
Method Details