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