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