Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.factory.set.primitive | |
org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set | |
org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
BooleanIterable.toSet() |
Converts the BooleanIterable to a new MutableBooleanSet.
|
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
MutableBooleanSetFactory.empty() |
|
MutableBooleanSet |
MutableBooleanSetFactory.of() |
Same as
MutableBooleanSetFactory.empty() . |
MutableBooleanSet |
MutableBooleanSetFactory.of(boolean... items) |
|
MutableBooleanSet |
MutableBooleanSetFactory.ofAll(BooleanIterable items) |
|
MutableBooleanSet |
MutableBooleanSetFactory.with() |
Same as
MutableBooleanSetFactory.empty() . |
MutableBooleanSet |
MutableBooleanSetFactory.with(boolean... items) |
|
MutableBooleanSet |
MutableBooleanSetFactory.withAll(BooleanIterable items) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
MutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
MutableBooleanSet.asSynchronized() |
|
MutableBooleanSet |
MutableBooleanSet.asUnmodifiable() |
|
MutableBooleanSet |
MutableBooleanSet.reject(BooleanPredicate predicate) |
|
MutableBooleanSet |
MutableBooleanSet.select(BooleanPredicate predicate) |
|
MutableBooleanSet |
MutableBooleanSet.with(boolean element) |
|
MutableBooleanSet |
MutableBooleanSet.withAll(BooleanIterable elements) |
|
MutableBooleanSet |
MutableBooleanSet.without(boolean element) |
|
MutableBooleanSet |
MutableBooleanSet.withoutAll(BooleanIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
BooleanHashBag.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
AbstractSynchronizedBooleanCollection.toSet() |
|
MutableBooleanSet |
AbstractUnmodifiableBooleanCollection.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
AbstractLazyBooleanIterable.toSet() |
|
MutableBooleanSet |
CollectBooleanIterable.toSet() |
|
MutableBooleanSet |
LazyBooleanIterableAdapter.toSet() |
|
MutableBooleanSet |
ReverseBooleanIterable.toSet() |
|
MutableBooleanSet |
SelectBooleanIterable.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
BooleanArrayList.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
ObjectBooleanHashMap.toSet() |
|
MutableBooleanSet |
ObjectBooleanHashMapWithHashingStrategy.toSet() |
|
MutableBooleanSet |
SynchronizedByteBooleanMap.toSet() |
|
MutableBooleanSet |
SynchronizedCharBooleanMap.toSet() |
|
MutableBooleanSet |
SynchronizedDoubleBooleanMap.toSet() |
|
MutableBooleanSet |
SynchronizedFloatBooleanMap.toSet() |
|
MutableBooleanSet |
SynchronizedIntBooleanMap.toSet() |
|
MutableBooleanSet |
SynchronizedLongBooleanMap.toSet() |
|
MutableBooleanSet |
SynchronizedObjectBooleanMap.toSet() |
|
MutableBooleanSet |
SynchronizedShortBooleanMap.toSet() |
|
MutableBooleanSet |
UnmodifiableByteBooleanMap.toSet() |
|
MutableBooleanSet |
UnmodifiableCharBooleanMap.toSet() |
|
MutableBooleanSet |
UnmodifiableDoubleBooleanMap.toSet() |
|
MutableBooleanSet |
UnmodifiableFloatBooleanMap.toSet() |
|
MutableBooleanSet |
UnmodifiableIntBooleanMap.toSet() |
|
MutableBooleanSet |
UnmodifiableLongBooleanMap.toSet() |
|
MutableBooleanSet |
UnmodifiableObjectBooleanMap.toSet() |
|
MutableBooleanSet |
UnmodifiableShortBooleanMap.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
AbstractBooleanIterable.toSet() |
|
MutableBooleanSet |
SynchronizedBooleanIterable.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
AbstractUnifiedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
AbstractMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanSet |
MultiReaderUnifiedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanSet |
SetAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanSet |
SynchronizedMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
|
MutableBooleanSet |
UnmodifiableMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanHashSet |
|
class |
SynchronizedBooleanSet |
A synchronized view of a
MutableBooleanSet . |
class |
UnmodifiableBooleanSet |
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
BooleanHashSet.asSynchronized() |
|
MutableBooleanSet |
SynchronizedBooleanSet.asSynchronized() |
|
MutableBooleanSet |
UnmodifiableBooleanSet.asSynchronized() |
|
MutableBooleanSet |
BooleanHashSet.asUnmodifiable() |
|
MutableBooleanSet |
SynchronizedBooleanSet.asUnmodifiable() |
|
MutableBooleanSet |
UnmodifiableBooleanSet.asUnmodifiable() |
|
MutableBooleanSet |
MutableBooleanSetFactoryImpl.empty() |
|
MutableBooleanSet |
MutableBooleanSetFactoryImpl.of() |
|
MutableBooleanSet |
MutableBooleanSetFactoryImpl.of(boolean... items) |
|
MutableBooleanSet |
MutableBooleanSetFactoryImpl.ofAll(BooleanIterable items) |
|
MutableBooleanSet |
SynchronizedBooleanSet.reject(BooleanPredicate predicate) |
|
MutableBooleanSet |
UnmodifiableBooleanSet.reject(BooleanPredicate predicate) |
|
MutableBooleanSet |
SynchronizedBooleanSet.select(BooleanPredicate predicate) |
|
MutableBooleanSet |
UnmodifiableBooleanSet.select(BooleanPredicate predicate) |
|
MutableBooleanSet |
BooleanHashSet.toSet() |
|
MutableBooleanSet |
MutableBooleanSetFactoryImpl.with() |
|
MutableBooleanSet |
MutableBooleanSetFactoryImpl.with(boolean... items) |
|
MutableBooleanSet |
MutableBooleanSetFactoryImpl.withAll(BooleanIterable items) |
Modifier and Type | Method | Description |
---|---|---|
static SynchronizedBooleanSet |
SynchronizedBooleanSet.of(MutableBooleanSet set) |
This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.
|
static SynchronizedBooleanSet |
SynchronizedBooleanSet.of(MutableBooleanSet set,
Object lock) |
This method will take a MutableBooleanSet and wrap it directly in a SynchronizedBooleanSet.
|
static UnmodifiableBooleanSet |
UnmodifiableBooleanSet.of(MutableBooleanSet set) |
This method will take a MutableBooleanSet and wrap it directly in a UnmodifiableBooleanSet.
|
Constructor | Description |
---|---|
SynchronizedBooleanSet(MutableBooleanSet set) |
|
SynchronizedBooleanSet(MutableBooleanSet set,
Object newLock) |
|
UnmodifiableBooleanSet(MutableBooleanSet set) |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
BooleanArrayStack.toSet() |
|
MutableBooleanSet |
SynchronizedBooleanStack.toSet() |
|
MutableBooleanSet |
UnmodifiableBooleanStack.toSet() |
Modifier and Type | Method | Description |
---|---|---|
MutableBooleanSet |
AbstractBooleanStack.toSet() |
Copyright © 2004–2017. All rights reserved.