BooleanIterable
, MutableBooleanCollection
, PrimitiveIterable
public class SynchronizedBooleanCollection extends AbstractSynchronizedBooleanCollection
Modifier and Type | Method | Description |
---|---|---|
static SynchronizedBooleanCollection |
of(MutableBooleanCollection collection) |
This method will take a MutableBooleanCollection and wrap it directly in a SynchronizedBooleanCollection.
|
static SynchronizedBooleanCollection |
of(MutableBooleanCollection collection,
java.lang.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, 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
collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, flatCollect, reject, select
tap
public static SynchronizedBooleanCollection of(MutableBooleanCollection collection)
public static SynchronizedBooleanCollection of(MutableBooleanCollection collection, java.lang.Object lock)
Copyright © 2004–2017. All rights reserved.