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