public class SynchronizedBooleanCollection extends AbstractSynchronizedBooleanCollection
| Modifier and Type | Method and Description |
|---|---|
MutableBooleanCollection |
newEmpty() |
static SynchronizedBooleanCollection |
of(MutableBooleanCollection collection)
This method will take a MutableBooleanCollection and wrap it directly in a SynchronizedBooleanCollection.
|
static SynchronizedBooleanCollection |
of(MutableBooleanCollection collection,
Object lock)
This method will take a MutableBooleanCollection and wrap it directly in a SynchronizedBooleanCollection.
|
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 SynchronizedBooleanCollection of(MutableBooleanCollection collection)
public static SynchronizedBooleanCollection of(MutableBooleanCollection collection, Object lock)
public MutableBooleanCollection newEmpty()
Copyright © 2004–2022. All rights reserved.