public static class PrimitiveCollections.ShortCollection extends PrimitiveCollections.AbstractPrimitiveCollection<Short>
| Constructor and Description |
|---|
ShortCollection(short[] array) |
| Modifier and Type | Method and Description |
|---|---|
Short |
get(int index) |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic Short get(int index)
get in class PrimitiveCollections.AbstractPrimitiveCollection<Short>Copyright © 2016–2020 Fizzed, Inc. All rights reserved.