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 |
---|---|
MutableShortBag |
ShortIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
MutableBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
MutableShortBag.asSynchronized() |
MutableShortBag |
MutableShortBag.asUnmodifiable() |
MutableShortBag |
MutableShortBag.reject(ShortPredicate predicate) |
MutableShortBag |
MutableShortBag.select(ShortPredicate predicate) |
MutableShortBag |
MutableShortBag.with(short element) |
MutableShortBag |
MutableShortBag.withAll(ShortIterable elements) |
MutableShortBag |
MutableShortBag.without(short element) |
MutableShortBag |
MutableShortBag.withoutAll(ShortIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
SynchronizedBag.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortBag |
MultiReaderHashBag.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortBag |
UnmodifiableBag.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortBag |
HashBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Class and Description |
---|---|
class |
ShortHashBag
ShortHashBag is similar to
HashBag , and is memory-optimized for short primitives. |
class |
SynchronizedShortBag
A synchronized view of a
MutableShortBag . |
class |
UnmodifiableShortBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
ShortHashBag.asSynchronized() |
MutableShortBag |
UnmodifiableShortBag.asSynchronized() |
MutableShortBag |
SynchronizedShortBag.asSynchronized() |
MutableShortBag |
ShortHashBag.asUnmodifiable() |
MutableShortBag |
UnmodifiableShortBag.asUnmodifiable() |
MutableShortBag |
SynchronizedShortBag.asUnmodifiable() |
MutableShortBag |
UnmodifiableShortBag.reject(ShortPredicate predicate) |
MutableShortBag |
SynchronizedShortBag.reject(ShortPredicate predicate) |
MutableShortBag |
UnmodifiableShortBag.select(ShortPredicate predicate) |
MutableShortBag |
SynchronizedShortBag.select(ShortPredicate predicate) |
MutableShortBag |
ShortHashBag.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
AbstractUnmodifiableShortCollection.toBag() |
MutableShortBag |
AbstractSynchronizedShortCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
ReverseShortIterable.toBag() |
MutableShortBag |
SelectShortIterable.toBag() |
MutableShortBag |
AbstractLazyShortIterable.toBag() |
MutableShortBag |
LazyShortIterableAdapter.toBag() |
MutableShortBag |
CollectShortIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
ShortArrayList.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
SynchronizedObjectShortMap.toBag() |
MutableShortBag |
UnmodifiableLongShortMap.toBag() |
MutableShortBag |
ObjectShortHashMap.toBag() |
MutableShortBag |
LongShortHashMap.toBag() |
MutableShortBag |
SynchronizedByteShortMap.toBag() |
MutableShortBag |
SynchronizedFloatShortMap.toBag() |
MutableShortBag |
FloatShortHashMap.toBag() |
MutableShortBag |
UnmodifiableDoubleShortMap.toBag() |
MutableShortBag |
UnmodifiableFloatShortMap.toBag() |
MutableShortBag |
CharShortHashMap.toBag() |
MutableShortBag |
UnmodifiableIntShortMap.toBag() |
MutableShortBag |
SynchronizedCharShortMap.toBag() |
MutableShortBag |
ShortShortHashMap.toBag() |
MutableShortBag |
UnmodifiableShortShortMap.toBag() |
MutableShortBag |
SynchronizedDoubleShortMap.toBag() |
MutableShortBag |
DoubleShortHashMap.toBag() |
MutableShortBag |
IntShortHashMap.toBag() |
MutableShortBag |
SynchronizedLongShortMap.toBag() |
MutableShortBag |
SynchronizedShortShortMap.toBag() |
MutableShortBag |
UnmodifiableObjectShortMap.toBag() |
MutableShortBag |
SynchronizedIntShortMap.toBag() |
MutableShortBag |
ByteShortHashMap.toBag() |
MutableShortBag |
UnmodifiableCharShortMap.toBag() |
MutableShortBag |
UnmodifiableByteShortMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
SynchronizedShortIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
ShortHashSet.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableShortBag |
UnmodifiableShortStack.toBag() |
MutableShortBag |
SynchronizedShortStack.toBag() |
MutableShortBag |
ShortArrayStack.toBag() |
Copyright © 2004–2017. All rights reserved.