Package | Description |
---|---|
com.gs.collections.api |
This package contains interfaces for GS Collections API.
|
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.impl.bag.mutable |
This package contains implementations of the
MutableBag interface. |
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.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
com.gs.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
BooleanIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
MutableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
MutableBooleanBag.asSynchronized() |
MutableBooleanBag |
MutableBooleanBag.asUnmodifiable() |
MutableBooleanBag |
MutableBooleanBag.reject(BooleanPredicate predicate) |
MutableBooleanBag |
MutableBooleanBag.select(BooleanPredicate predicate) |
MutableBooleanBag |
MutableBooleanBag.with(boolean element) |
MutableBooleanBag |
MutableBooleanBag.withAll(BooleanIterable elements) |
MutableBooleanBag |
MutableBooleanBag.without(boolean element) |
MutableBooleanBag |
MutableBooleanBag.withoutAll(BooleanIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
MultiReaderHashBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanBag |
SynchronizedBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanBag |
HashBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
MutableBooleanBag |
UnmodifiableBag.collectBoolean(BooleanFunction<? super T> booleanFunction) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanHashBag
BooleanHashBag is similar to
HashBag , and is memory-optimized for boolean primitives. |
class |
SynchronizedBooleanBag
A synchronized view of a
MutableBooleanBag . |
class |
UnmodifiableBooleanBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
UnmodifiableBooleanBag.asSynchronized() |
MutableBooleanBag |
BooleanHashBag.asSynchronized() |
MutableBooleanBag |
SynchronizedBooleanBag.asSynchronized() |
MutableBooleanBag |
UnmodifiableBooleanBag.asUnmodifiable() |
MutableBooleanBag |
BooleanHashBag.asUnmodifiable() |
MutableBooleanBag |
SynchronizedBooleanBag.asUnmodifiable() |
MutableBooleanBag |
UnmodifiableBooleanBag.reject(BooleanPredicate predicate) |
MutableBooleanBag |
BooleanHashBag.reject(BooleanPredicate predicate) |
MutableBooleanBag |
SynchronizedBooleanBag.reject(BooleanPredicate predicate) |
MutableBooleanBag |
UnmodifiableBooleanBag.select(BooleanPredicate predicate) |
MutableBooleanBag |
BooleanHashBag.select(BooleanPredicate predicate) |
MutableBooleanBag |
SynchronizedBooleanBag.select(BooleanPredicate predicate) |
MutableBooleanBag |
BooleanHashBag.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
AbstractSynchronizedBooleanCollection.toBag() |
MutableBooleanBag |
AbstractUnmodifiableBooleanCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
CollectBooleanIterable.toBag() |
MutableBooleanBag |
LazyBooleanIterableAdapter.toBag() |
MutableBooleanBag |
AbstractLazyBooleanIterable.toBag() |
MutableBooleanBag |
SelectBooleanIterable.toBag() |
MutableBooleanBag |
ReverseBooleanIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
BooleanArrayList.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
FloatBooleanHashMap.toBag() |
MutableBooleanBag |
UnmodifiableByteBooleanMap.toBag() |
MutableBooleanBag |
UnmodifiableIntBooleanMap.toBag() |
MutableBooleanBag |
IntBooleanHashMap.toBag() |
MutableBooleanBag |
SynchronizedLongBooleanMap.toBag() |
MutableBooleanBag |
SynchronizedIntBooleanMap.toBag() |
MutableBooleanBag |
ByteBooleanHashMap.toBag() |
MutableBooleanBag |
SynchronizedByteBooleanMap.toBag() |
MutableBooleanBag |
UnmodifiableShortBooleanMap.toBag() |
MutableBooleanBag |
UnmodifiableObjectBooleanMap.toBag() |
MutableBooleanBag |
ShortBooleanHashMap.toBag() |
MutableBooleanBag |
SynchronizedFloatBooleanMap.toBag() |
MutableBooleanBag |
UnmodifiableFloatBooleanMap.toBag() |
MutableBooleanBag |
SynchronizedDoubleBooleanMap.toBag() |
MutableBooleanBag |
ObjectBooleanHashMap.toBag() |
MutableBooleanBag |
SynchronizedShortBooleanMap.toBag() |
MutableBooleanBag |
SynchronizedObjectBooleanMap.toBag() |
MutableBooleanBag |
CharBooleanHashMap.toBag() |
MutableBooleanBag |
UnmodifiableDoubleBooleanMap.toBag() |
MutableBooleanBag |
LongBooleanHashMap.toBag() |
MutableBooleanBag |
UnmodifiableLongBooleanMap.toBag() |
MutableBooleanBag |
DoubleBooleanHashMap.toBag() |
MutableBooleanBag |
SynchronizedCharBooleanMap.toBag() |
MutableBooleanBag |
UnmodifiableCharBooleanMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
SynchronizedBooleanIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
BooleanHashSet.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableBooleanBag |
BooleanArrayStack.toBag() |
MutableBooleanBag |
UnmodifiableBooleanStack.toBag() |
MutableBooleanBag |
SynchronizedBooleanStack.toBag() |
Copyright © 2004–2016. All rights reserved.