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 |
---|---|
MutableCharBag |
CharIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
MutableBag.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
MutableCharBag.asSynchronized() |
MutableCharBag |
MutableCharBag.asUnmodifiable() |
MutableCharBag |
MutableCharBag.reject(CharPredicate predicate) |
MutableCharBag |
MutableCharBag.select(CharPredicate predicate) |
MutableCharBag |
MutableCharBag.with(char element) |
MutableCharBag |
MutableCharBag.withAll(CharIterable elements) |
MutableCharBag |
MutableCharBag.without(char element) |
MutableCharBag |
MutableCharBag.withoutAll(CharIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
SynchronizedBag.collectChar(CharFunction<? super T> charFunction) |
MutableCharBag |
HashBag.collectChar(CharFunction<? super T> charFunction) |
MutableCharBag |
UnmodifiableBag.collectChar(CharFunction<? super T> charFunction) |
MutableCharBag |
MultiReaderHashBag.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Class and Description |
---|---|
class |
CharHashBag
CharHashBag is similar to
HashBag , and is memory-optimized for char primitives. |
class |
SynchronizedCharBag
A synchronized view of a
MutableCharBag . |
class |
UnmodifiableCharBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
UnmodifiableCharBag.asSynchronized() |
MutableCharBag |
CharHashBag.asSynchronized() |
MutableCharBag |
SynchronizedCharBag.asSynchronized() |
MutableCharBag |
UnmodifiableCharBag.asUnmodifiable() |
MutableCharBag |
CharHashBag.asUnmodifiable() |
MutableCharBag |
SynchronizedCharBag.asUnmodifiable() |
MutableCharBag |
UnmodifiableCharBag.reject(CharPredicate predicate) |
MutableCharBag |
SynchronizedCharBag.reject(CharPredicate predicate) |
MutableCharBag |
UnmodifiableCharBag.select(CharPredicate predicate) |
MutableCharBag |
SynchronizedCharBag.select(CharPredicate predicate) |
MutableCharBag |
CharHashBag.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
AbstractSynchronizedCharCollection.toBag() |
MutableCharBag |
AbstractUnmodifiableCharCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
CollectCharIterable.toBag() |
MutableCharBag |
SelectCharIterable.toBag() |
MutableCharBag |
ReverseCharIterable.toBag() |
MutableCharBag |
AbstractLazyCharIterable.toBag() |
MutableCharBag |
LazyCharIterableAdapter.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
CharArrayList.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
UnmodifiableIntCharMap.toBag() |
MutableCharBag |
SynchronizedDoubleCharMap.toBag() |
MutableCharBag |
CharCharHashMap.toBag() |
MutableCharBag |
DoubleCharHashMap.toBag() |
MutableCharBag |
UnmodifiableCharCharMap.toBag() |
MutableCharBag |
ShortCharHashMap.toBag() |
MutableCharBag |
SynchronizedFloatCharMap.toBag() |
MutableCharBag |
UnmodifiableLongCharMap.toBag() |
MutableCharBag |
UnmodifiableDoubleCharMap.toBag() |
MutableCharBag |
SynchronizedShortCharMap.toBag() |
MutableCharBag |
ObjectCharHashMap.toBag() |
MutableCharBag |
SynchronizedLongCharMap.toBag() |
MutableCharBag |
SynchronizedObjectCharMap.toBag() |
MutableCharBag |
SynchronizedIntCharMap.toBag() |
MutableCharBag |
IntCharHashMap.toBag() |
MutableCharBag |
ByteCharHashMap.toBag() |
MutableCharBag |
SynchronizedByteCharMap.toBag() |
MutableCharBag |
LongCharHashMap.toBag() |
MutableCharBag |
UnmodifiableFloatCharMap.toBag() |
MutableCharBag |
UnmodifiableShortCharMap.toBag() |
MutableCharBag |
UnmodifiableByteCharMap.toBag() |
MutableCharBag |
FloatCharHashMap.toBag() |
MutableCharBag |
UnmodifiableObjectCharMap.toBag() |
MutableCharBag |
SynchronizedCharCharMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
SynchronizedCharIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
CharHashSet.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableCharBag |
CharArrayStack.toBag() |
MutableCharBag |
UnmodifiableCharStack.toBag() |
MutableCharBag |
SynchronizedCharStack.toBag() |
Copyright © 2004–2018. All rights reserved.