Package com.fizzed.rocker.runtime
Class PrimitiveCollections.CharacterCollection
- java.lang.Object
-
- com.fizzed.rocker.runtime.PrimitiveCollections.AbstractPrimitiveCollection<java.lang.Character>
-
- com.fizzed.rocker.runtime.PrimitiveCollections.CharacterCollection
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.Character>,java.util.Collection<java.lang.Character>
- Enclosing class:
- PrimitiveCollections
public static class PrimitiveCollections.CharacterCollection extends PrimitiveCollections.AbstractPrimitiveCollection<java.lang.Character>
-
-
Field Summary
Fields Modifier and Type Field Description private char[]array
-
Constructor Summary
Constructors Constructor Description CharacterCollection(char[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Characterget(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.Character get(int index)
- Specified by:
getin classPrimitiveCollections.AbstractPrimitiveCollection<java.lang.Character>
-
-