@ThreadSafe public class UnmodifiableBooleanCollection extends AbstractUnmodifiableBooleanCollection
Modifier and Type | Method and Description |
---|---|
static UnmodifiableBooleanCollection |
of(MutableBooleanCollection collection)
This method will take a MutableBooleanCollection and wrap it directly in a UnmodifiableBooleanCollection.
|
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, asSynchronized, asUnmodifiable, booleanIterator, clear, collect, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, isEmpty, makeString, makeString, makeString, noneSatisfy, notEmpty, reject, remove, removeAll, removeAll, retainAll, retainAll, select, size, toArray, toBag, toImmutable, toList, toSet, toString, with, withAll, without, withoutAll
public static UnmodifiableBooleanCollection of(MutableBooleanCollection collection)
Copyright © 2004–2016. All rights reserved.