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 java.lang.Object implements IBooleanListable
Wrapper to treat aList
asIBooleanListable
.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.Boolean>
list
-
Constructor Summary
Constructors Constructor Description IBooleanListableFromList(java.util.List<java.lang.Boolean> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
get(int index)
int
size()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
size
in interfaceIBooleanListable
-
get
public boolean get(int index)
- Specified by:
get
in interfaceIBooleanListable
-
-