@ThreadSafe public class UnmodifiableShortCollection extends AbstractUnmodifiableShortCollection
| Modifier | Constructor and Description |
|---|---|
protected |
UnmodifiableShortCollection(com.gs.collections.api.collection.primitive.MutableShortCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
static UnmodifiableShortCollection |
of(com.gs.collections.api.collection.primitive.MutableShortCollection collection)
This method will take a MutableShortCollection and wrap it directly in a UnmodifiableShortCollection.
|
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, asSynchronized, asUnmodifiable, average, clear, collect, contains, containsAll, containsAll, count, detectIfNone, forEach, getShortCollection, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, reject, remove, removeAll, removeAll, retainAll, retainAll, select, shortIterator, size, sum, toArray, toBag, toImmutable, toList, toSet, toSortedArray, toSortedList, toString, with, withAll, without, withoutAllprotected UnmodifiableShortCollection(com.gs.collections.api.collection.primitive.MutableShortCollection collection)
public static UnmodifiableShortCollection of(com.gs.collections.api.collection.primitive.MutableShortCollection collection)