Class IBooleanList.IBooleanListableFromList
java.lang.Object
org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromList
- All Implemented Interfaces:
IBooleanListable
- Enclosing class:
IBooleanList
protected static class IBooleanList.IBooleanListableFromList
extends Object
implements IBooleanListable
Wrapper to treat a
List
as IBooleanListable
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
list
-
-
Constructor Details
-
IBooleanListableFromList
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceIBooleanListable
-
get
public boolean get(int index) - Specified by:
get
in interfaceIBooleanListable
-