Package com.fizzed.rocker.runtime
Class PrimitiveCollections.BooleanCollection
- java.lang.Object
-
- com.fizzed.rocker.runtime.PrimitiveCollections.AbstractPrimitiveCollection<java.lang.Boolean>
-
- com.fizzed.rocker.runtime.PrimitiveCollections.BooleanCollection
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.Boolean>,java.util.Collection<java.lang.Boolean>
- Enclosing class:
- PrimitiveCollections
public static class PrimitiveCollections.BooleanCollection extends PrimitiveCollections.AbstractPrimitiveCollection<java.lang.Boolean>
-
-
Field Summary
Fields Modifier and Type Field Description private boolean[]array
-
Constructor Summary
Constructors Constructor Description BooleanCollection(boolean[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanget(int index)-
Methods inherited from class com.fizzed.rocker.runtime.PrimitiveCollections.AbstractPrimitiveCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
get
public java.lang.Boolean get(int index)
- Specified by:
getin classPrimitiveCollections.AbstractPrimitiveCollection<java.lang.Boolean>
-
-