Package | Description |
---|---|
com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
com.gs.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set . |
com.gs.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
com.gs.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
com.gs.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
com.gs.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
com.gs.collections.impl.primitive | |
com.gs.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
com.gs.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
com.gs.collections.impl.set.strategy.mutable |
This package contains implementations of sets with user defined
HashingStrategy s. |
com.gs.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 |
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 |
LazyBooleanIterableAdapter.toSet() |
MutableBooleanSet |
AbstractLazyBooleanIterable.toSet() |
MutableBooleanSet |
ReverseBooleanIterable.toSet() |
MutableBooleanSet |
CollectBooleanIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
BooleanArrayList.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
SynchronizedIntBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedByteBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableCharBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedObjectBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableLongBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedDoubleBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableFloatBooleanMap.toSet() |
MutableBooleanSet |
FloatBooleanHashMap.toSet() |
MutableBooleanSet |
UnmodifiableShortBooleanMap.toSet() |
MutableBooleanSet |
CharBooleanHashMap.toSet() |
MutableBooleanSet |
ObjectBooleanHashMap.toSet() |
MutableBooleanSet |
DoubleBooleanHashMap.toSet() |
MutableBooleanSet |
ByteBooleanHashMap.toSet() |
MutableBooleanSet |
UnmodifiableObjectBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedFloatBooleanMap.toSet() |
MutableBooleanSet |
LongBooleanHashMap.toSet() |
MutableBooleanSet |
SynchronizedLongBooleanMap.toSet() |
MutableBooleanSet |
SynchronizedCharBooleanMap.toSet() |
MutableBooleanSet |
IntBooleanHashMap.toSet() |
MutableBooleanSet |
UnmodifiableByteBooleanMap.toSet() |
MutableBooleanSet |
ShortBooleanHashMap.toSet() |
MutableBooleanSet |
SynchronizedShortBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableDoubleBooleanMap.toSet() |
MutableBooleanSet |
UnmodifiableIntBooleanMap.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
SynchronizedBooleanIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
UnifiedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
SetAdapter.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
UnmodifiableMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
MultiReaderUnifiedSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
SynchronizedMutableSet.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanSet |
AbstractMutableSet.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 |
SynchronizedBooleanSet.asSynchronized() |
MutableBooleanSet |
BooleanHashSet.asSynchronized() |
MutableBooleanSet |
UnmodifiableBooleanSet.asSynchronized() |
MutableBooleanSet |
SynchronizedBooleanSet.asUnmodifiable() |
MutableBooleanSet |
BooleanHashSet.asUnmodifiable() |
MutableBooleanSet |
UnmodifiableBooleanSet.asUnmodifiable() |
MutableBooleanSet |
SynchronizedBooleanSet.reject(BooleanPredicate predicate) |
MutableBooleanSet |
UnmodifiableBooleanSet.reject(BooleanPredicate predicate) |
MutableBooleanSet |
SynchronizedBooleanSet.select(BooleanPredicate predicate) |
MutableBooleanSet |
UnmodifiableBooleanSet.select(BooleanPredicate predicate) |
MutableBooleanSet |
BooleanHashSet.toSet() |
Modifier and Type | Method and Description |
---|---|
static SynchronizedBooleanSet |
SynchronizedBooleanSet.of(MutableBooleanSet set)
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.
|
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 |
UnifiedSetWithHashingStrategy.collectBoolean(BooleanFunction<? super K> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanSet |
SynchronizedBooleanStack.toSet() |
MutableBooleanSet |
BooleanArrayStack.toSet() |
MutableBooleanSet |
UnmodifiableBooleanStack.toSet() |
Copyright © 2004–2018. All rights reserved.