Class IBooleanList.IBooleanListableFromMult
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.IBooleanList.IBooleanListableFromMult
-
- All Implemented Interfaces:
IBooleanListable
- Enclosing class:
- IBooleanList
protected static class IBooleanList.IBooleanListableFromMult extends java.lang.Object implements IBooleanListable
Wrapper to treat a repeated element asIBooleanListable
.
-
-
Constructor Summary
Constructors Constructor Description IBooleanListableFromMult(int len, boolean elem)
-
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
-
-