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 |
---|---|
ImmutableShortBag |
ImmutableBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBag |
ImmutableShortBag.newWith(short element) |
ImmutableShortBag |
ImmutableShortBag.newWithAll(ShortIterable elements) |
ImmutableShortBag |
ImmutableShortBag.newWithout(short element) |
ImmutableShortBag |
ImmutableShortBag.newWithoutAll(ShortIterable elements) |
ImmutableShortBag |
ImmutableShortBag.reject(ShortPredicate predicate) |
ImmutableShortBag |
ImmutableShortBag.select(ShortPredicate predicate) |
ImmutableShortBag |
ShortBag.toImmutable()
Returns an immutable copy of this bag.
|
ImmutableShortBag |
MutableShortBag.toImmutable()
Returns an immutable copy of this bag.
|
Modifier and Type | Method and Description |
---|---|
ImmutableShortBag |
ImmutableShortBagFactory.of()
Same as
ImmutableShortBagFactory.with() . |
ImmutableShortBag |
ImmutableShortBagFactory.of(short... items)
|
ImmutableShortBag |
ImmutableShortBagFactory.of(short one)
Same as
ImmutableShortBagFactory.with(short) . |
ImmutableShortBag |
ImmutableShortBagFactory.ofAll(ShortIterable items)
|
ImmutableShortBag |
ImmutableShortBagFactory.with() |
ImmutableShortBag |
ImmutableShortBagFactory.with(short... items) |
ImmutableShortBag |
ImmutableShortBagFactory.with(short one) |
ImmutableShortBag |
ImmutableShortBagFactory.withAll(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBag |
AbstractImmutableBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.of() |
ImmutableShortBag |
ImmutableShortBagFactoryImpl.of(short... items) |
ImmutableShortBag |
ImmutableShortBagFactoryImpl.of(short one) |
ImmutableShortBag |
ImmutableShortBagFactoryImpl.ofAll(ShortIterable items) |
ImmutableShortBag |
ImmutableShortBagFactoryImpl.with() |
ImmutableShortBag |
ImmutableShortBagFactoryImpl.with(short... items) |
ImmutableShortBag |
ImmutableShortBagFactoryImpl.with(short one) |
ImmutableShortBag |
ImmutableShortBagFactoryImpl.withAll(ShortIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBag |
ShortHashBag.toImmutable() |
ImmutableShortBag |
SynchronizedShortBag.toImmutable() |
ImmutableShortBag |
UnmodifiableShortBag.toImmutable() |
Copyright © 2004–2016. All rights reserved.