@ThreadSafe public class UnmodifiableShortCollection extends AbstractUnmodifiableShortCollection
| Modifier and Type | Method and Description |
|---|---|
static UnmodifiableShortCollection |
of(org.eclipse.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, each, forEach, 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, withoutAllpublic static UnmodifiableShortCollection of(org.eclipse.collections.api.collection.primitive.MutableShortCollection collection)
Copyright © 2004–2017. All rights reserved.