Class IBooleanList.IBooleanListableFromCollection

java.lang.Object
org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromCollection
All Implemented Interfaces:
IBooleanListable
Enclosing class:
IBooleanList

protected static class IBooleanList.IBooleanListableFromCollection extends Object implements IBooleanListable
Wrapper to treat a Collection as IBooleanListable.

Note that the implementation relies on the fact that the elements are only accessed sequentially.