Package | Description |
---|---|
org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.factory.bag.primitive | |
org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bimap.immutable | |
org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
ImmutableBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | 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 |
ImmutableShortBag.selectByOccurrences(IntPredicate predicate) |
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableShortBag |
MutableShortBag.toImmutable() |
Returns an immutable copy of this bag.
|
ImmutableShortBag |
ShortBag.toImmutable() |
Returns an immutable copy of this bag.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
ImmutableShortBagFactory.empty() |
|
ImmutableShortBag |
ImmutableShortBagFactory.of() |
Same as
ImmutableShortBagFactory.empty() . |
ImmutableShortBag |
ImmutableShortBagFactory.of(short one) |
Same as
ImmutableShortBagFactory.with(short) . |
ImmutableShortBag |
ImmutableShortBagFactory.of(short... items) |
|
ImmutableShortBag |
ImmutableShortBagFactory.ofAll(ShortIterable items) |
|
ImmutableShortBag |
ImmutableShortBagFactory.with() |
Same as
ImmutableShortBagFactory.empty() . |
ImmutableShortBag |
ImmutableShortBagFactory.with(short one) |
|
ImmutableShortBag |
ImmutableShortBagFactory.with(short... items) |
|
ImmutableShortBag |
ImmutableShortBagFactory.withAll(ShortIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
ImmutableMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
ImmutablePrimitiveObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
ImmutableShortBag |
ImmutableByteShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableCharShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableDoubleShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableFloatShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableIntShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableLongShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableShortShortMap.reject(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableByteShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableCharShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableDoubleShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableFloatShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableIntShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableLongShortMap.select(ShortPredicate predicate) |
|
ImmutableShortBag |
ImmutableShortShortMap.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
AbstractImmutableBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.empty() |
|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.of() |
|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.of(short one) |
|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.of(short... items) |
|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.ofAll(ShortIterable items) |
|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.with() |
|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.with(short one) |
|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.with(short... items) |
|
ImmutableShortBag |
ImmutableShortBagFactoryImpl.withAll(ShortIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
ShortHashBag.toImmutable() |
|
ImmutableShortBag |
SynchronizedShortBag.toImmutable() |
|
ImmutableShortBag |
UnmodifiableShortBag.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
AbstractImmutableBiMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortBag |
AbstractImmutableMap.collectShort(ShortFunction<? super V> shortFunction) |
Copyright © 2004–2017. All rights reserved.