Package | Description |
---|---|
com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
com.gs.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
com.gs.collections.api.factory.bag.primitive | |
com.gs.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
com.gs.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanBag |
ImmutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanBag |
ImmutableBooleanBag.newWith(boolean element) |
ImmutableBooleanBag |
ImmutableBooleanBag.newWithAll(BooleanIterable elements) |
ImmutableBooleanBag |
ImmutableBooleanBag.newWithout(boolean element) |
ImmutableBooleanBag |
ImmutableBooleanBag.newWithoutAll(BooleanIterable elements) |
ImmutableBooleanBag |
ImmutableBooleanBag.reject(BooleanPredicate predicate) |
ImmutableBooleanBag |
ImmutableBooleanBag.select(BooleanPredicate predicate) |
ImmutableBooleanBag |
BooleanBag.toImmutable()
Returns an immutable copy of this bag.
|
ImmutableBooleanBag |
MutableBooleanBag.toImmutable()
Returns an immutable copy of this bag.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanBag |
ImmutableBooleanBagFactory.of()
Same as
ImmutableBooleanBagFactory.with() . |
ImmutableBooleanBag |
ImmutableBooleanBagFactory.of(boolean... items)
|
ImmutableBooleanBag |
ImmutableBooleanBagFactory.of(boolean one)
|
ImmutableBooleanBag |
ImmutableBooleanBagFactory.ofAll(BooleanIterable items)
|
ImmutableBooleanBag |
ImmutableBooleanBagFactory.with() |
ImmutableBooleanBag |
ImmutableBooleanBagFactory.with(boolean... items) |
ImmutableBooleanBag |
ImmutableBooleanBagFactory.with(boolean one) |
ImmutableBooleanBag |
ImmutableBooleanBagFactory.withAll(BooleanIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanBag |
AbstractImmutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanBag |
ImmutableBooleanBagFactoryImpl.of() |
ImmutableBooleanBag |
ImmutableBooleanBagFactoryImpl.of(boolean... items) |
ImmutableBooleanBag |
ImmutableBooleanBagFactoryImpl.of(boolean one) |
ImmutableBooleanBag |
ImmutableBooleanBagFactoryImpl.ofAll(BooleanIterable items) |
ImmutableBooleanBag |
ImmutableBooleanBagFactoryImpl.with() |
ImmutableBooleanBag |
ImmutableBooleanBagFactoryImpl.with(boolean... items) |
ImmutableBooleanBag |
ImmutableBooleanBagFactoryImpl.with(boolean one) |
ImmutableBooleanBag |
ImmutableBooleanBagFactoryImpl.withAll(BooleanIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableBooleanBag |
BooleanHashBag.toImmutable() |
ImmutableBooleanBag |
SynchronizedBooleanBag.toImmutable() |
ImmutableBooleanBag |
UnmodifiableBooleanBag.toImmutable() |
Copyright © 2004–2017. All rights reserved.