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.
|
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
BooleanIterable.toSet() |
Modifier and Type | Method and 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 and Description |
---|---|
MutableBooleanSet |
MutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and 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 and Description |
---|---|
MutableBooleanSet |
BooleanHashBag.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
AbstractSynchronizedBooleanCollection.toSet() |
MutableBooleanSet |
AbstractUnmodifiableBooleanCollection.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
SelectBooleanIterable.toSet() |
MutableBooleanSet |
AbstractLazyBooleanIterable.toSet() |
MutableBooleanSet |
ReverseBooleanIterable.toSet() |
MutableBooleanSet |
LazyBooleanIterableAdapter.toSet() |
MutableBooleanSet |
CollectBooleanIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
BooleanArrayList.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
SynchronizedObjectBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedByteBooleanMap.toSet() |
MutableBooleanSet |
ObjectBooleanHashMapWithHashingStrategy.toSet() |
MutableBooleanSet |
SynchronizedDoubleBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableCharBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedLongBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableFloatBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableByteBooleanMap.toSet() |
MutableBooleanSet |
ObjectBooleanHashMap.toSet() |
MutableBooleanSet |
SynchronizedShortBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableIntBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedFloatBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableObjectBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedIntBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableShortBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableDoubleBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableLongBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedCharBooleanMap.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
AbstractBooleanIterable.toSet() |
MutableBooleanSet |
SynchronizedBooleanIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
AbstractUnifiedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
SetAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
AbstractMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
SynchronizedMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
MultiReaderUnifiedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
UnmodifiableMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Class and 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 and Description |
---|---|
MutableBooleanSet |
UnmodifiableBooleanSet.asSynchronized() |
MutableBooleanSet |
BooleanHashSet.asSynchronized() |
MutableBooleanSet |
SynchronizedBooleanSet.asSynchronized() |
MutableBooleanSet |
UnmodifiableBooleanSet.asUnmodifiable() |
MutableBooleanSet |
BooleanHashSet.asUnmodifiable() |
MutableBooleanSet |
SynchronizedBooleanSet.asUnmodifiable() |
MutableBooleanSet |
MutableBooleanSetFactoryImpl.empty() |
MutableBooleanSet |
MutableBooleanSetFactoryImpl.of() |
MutableBooleanSet |
MutableBooleanSetFactoryImpl.of(boolean... items) |
MutableBooleanSet |
MutableBooleanSetFactoryImpl.ofAll(BooleanIterable items) |
MutableBooleanSet |
UnmodifiableBooleanSet.reject(BooleanPredicate predicate) |
MutableBooleanSet |
SynchronizedBooleanSet.reject(BooleanPredicate predicate) |
MutableBooleanSet |
UnmodifiableBooleanSet.select(BooleanPredicate predicate) |
MutableBooleanSet |
SynchronizedBooleanSet.select(BooleanPredicate predicate) |
MutableBooleanSet |
BooleanHashSet.toSet() |
MutableBooleanSet |
MutableBooleanSetFactoryImpl.with() |
MutableBooleanSet |
MutableBooleanSetFactoryImpl.with(boolean... items) |
MutableBooleanSet |
MutableBooleanSetFactoryImpl.withAll(BooleanIterable items) |
Modifier and Type | Method and Description |
---|---|
static UnmodifiableBooleanSet |
UnmodifiableBooleanSet.of(MutableBooleanSet set)
This method will take a MutableBooleanSet and wrap it directly in a UnmodifiableBooleanSet.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
UnmodifiableBooleanStack.toSet() |
MutableBooleanSet |
SynchronizedBooleanStack.toSet() |
MutableBooleanSet |
BooleanArrayStack.toSet() |
Copyright © 2004–2016. All rights reserved.