Class IBooleanList.IBooleanListableFromCollection
java.lang.Object
org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromCollection
- Enclosing class:
IBooleanList
Wrapper to treat a
Collection as IBooleanListable.
Note that the implementation relies on the fact that the elements are only accessed sequentially.
- Author:
- Thomas Mauch
-
Method Summary
-
Method Details
-
size
public int size() -
get
public boolean get(int index)
-