public class UnmodifiableBooleanCollection extends AbstractUnmodifiableBooleanCollection
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanCollection |
newEmpty() |
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, chunk, clear, collect, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, injectInto, isEmpty, makeString, makeString, makeString, noneSatisfy, notEmpty, reduce, reduceIfEmpty, reject, remove, removeAll, removeAll, removeIf, retainAll, retainAll, select, size, toArray, toArray, toBag, toImmutable, toList, toSet, toString, with, withAll, without, withoutAllequals, getClass, hashCode, notify, notifyAll, wait, wait, waittapcollect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, flatCollect, forEach, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, reject, selectpublic static UnmodifiableBooleanCollection of(MutableBooleanCollection collection)
public MutableBooleanCollection newEmpty()
Copyright © 2004–2022. All rights reserved.