Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
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.mutable |
This package contains implementations of the
MutableBag interface. |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
ShortIterable.toBag() |
Converts the ShortIterable to a new MutableShortBag.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
MutableBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
MutableShortBag.asSynchronized() |
|
MutableShortBag |
MutableShortBag.asUnmodifiable() |
|
default MutableShortBag |
MutableShortBag.newEmpty() |
Creates a new empty mutable version of the same Bag type.
|
MutableShortBag |
MutableShortBag.reject(ShortPredicate predicate) |
|
MutableShortBag |
MutableShortBag.select(ShortPredicate predicate) |
|
MutableShortBag |
MutableShortBag.selectByOccurrences(IntPredicate predicate) |
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
default MutableShortBag |
MutableShortBag.selectDuplicates() |
Returns all elements of the bag that have more than one occurrence.
|
default MutableShortBag |
MutableShortBag.tap(ShortProcedure procedure) |
|
MutableShortBag |
MutableShortBag.with(short element) |
|
MutableShortBag |
MutableShortBag.withAll(ShortIterable elements) |
|
MutableShortBag |
MutableShortBag.without(short element) |
|
MutableShortBag |
MutableShortBag.withoutAll(ShortIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
MutableShortBagFactory.empty() |
|
MutableShortBag |
MutableShortBagFactory.of() |
Same as
MutableShortBagFactory.empty() . |
MutableShortBag |
MutableShortBagFactory.of(short... items) |
Same as
MutableShortBagFactory.with(short[]) . |
MutableShortBag |
MutableShortBagFactory.ofAll(Iterable<Short> iterable) |
Same as
#withAll(IterableShort) . |
MutableShortBag |
MutableShortBagFactory.ofAll(ShortIterable items) |
|
MutableShortBag |
MutableShortBagFactory.with() |
Same as
MutableShortBagFactory.empty() . |
MutableShortBag |
MutableShortBagFactory.with(short... items) |
|
MutableShortBag |
MutableShortBagFactory.withAll(Iterable<Short> iterable) |
|
MutableShortBag |
MutableShortBagFactory.withAll(ShortIterable items) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
MutableMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
MutablePrimitiveObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
MutableShortValuesMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
MutableShortValuesMap.select(ShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
AbstractMutableBag.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortBag |
MultiReaderHashBag.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortBag |
SynchronizedBag.collectShort(ShortFunction<? super T> shortFunction) |
|
MutableShortBag |
UnmodifiableBag.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Class | 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 | Description |
---|---|---|
MutableShortBag |
ShortHashBag.asSynchronized() |
|
MutableShortBag |
SynchronizedShortBag.asSynchronized() |
|
MutableShortBag |
UnmodifiableShortBag.asSynchronized() |
|
MutableShortBag |
ShortHashBag.asUnmodifiable() |
|
MutableShortBag |
SynchronizedShortBag.asUnmodifiable() |
|
MutableShortBag |
UnmodifiableShortBag.asUnmodifiable() |
|
MutableShortBag |
MutableShortBagFactoryImpl.empty() |
|
MutableShortBag |
SynchronizedShortBag.newEmpty() |
|
MutableShortBag |
UnmodifiableShortBag.newEmpty() |
|
MutableShortBag |
MutableShortBagFactoryImpl.of() |
|
MutableShortBag |
MutableShortBagFactoryImpl.of(short... items) |
|
MutableShortBag |
MutableShortBagFactoryImpl.ofAll(Iterable<Short> iterable) |
|
MutableShortBag |
MutableShortBagFactoryImpl.ofAll(ShortIterable items) |
|
MutableShortBag |
SynchronizedShortBag.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortBag.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedShortBag.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortBag.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedShortBag.selectByOccurrences(IntPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortBag.selectByOccurrences(IntPredicate predicate) |
|
MutableShortBag |
MutableShortBagFactoryImpl.with() |
|
MutableShortBag |
MutableShortBagFactoryImpl.with(short... items) |
|
MutableShortBag |
MutableShortBagFactoryImpl.withAll(Iterable<Short> iterable) |
|
MutableShortBag |
MutableShortBagFactoryImpl.withAll(ShortIterable items) |
Constructor | Description |
---|---|
SynchronizedShortBag(MutableShortBag bag) |
|
SynchronizedShortBag(MutableShortBag bag,
Object newLock) |
|
UnmodifiableShortBag(MutableShortBag bag) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
AbstractSynchronizedShortCollection.toBag() |
|
MutableShortBag |
AbstractUnmodifiableShortCollection.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
AbstractLazyShortIterable.toBag() |
|
MutableShortBag |
CollectShortIterable.toBag() |
|
MutableShortBag |
LazyShortIterableAdapter.toBag() |
|
MutableShortBag |
ReverseShortIterable.toBag() |
|
MutableShortBag |
SelectShortIterable.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
AbstractMutableMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
SynchronizedMutableMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
UnmodifiableMutableMap.collectShort(ShortFunction<? super V> shortFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
ByteObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
CharObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
DoubleObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
FloatObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
IntObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
LongObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
ShortObjectHashMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
SynchronizedByteObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
SynchronizedCharObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
SynchronizedDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
SynchronizedFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
SynchronizedIntObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
SynchronizedLongObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
SynchronizedShortObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
UnmodifiableByteObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
UnmodifiableCharObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
UnmodifiableDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
UnmodifiableFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
UnmodifiableIntObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
UnmodifiableLongObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
UnmodifiableShortObjectMap.collectShort(ShortFunction<? super V> shortFunction) |
|
MutableShortBag |
AbstractMutableShortValuesMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedByteShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedCharShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedDoubleShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedFloatShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedIntShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedLongShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedShortShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableByteShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableCharShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableDoubleShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableFloatShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableIntShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableLongShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortShortMap.reject(ShortPredicate predicate) |
|
MutableShortBag |
AbstractMutableShortValuesMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedByteShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedCharShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedDoubleShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedFloatShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedIntShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedLongShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
SynchronizedShortShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableByteShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableCharShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableDoubleShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableFloatShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableIntShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableLongShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
UnmodifiableShortShortMap.select(ShortPredicate predicate) |
|
MutableShortBag |
AbstractMutableShortKeySet.toBag() |
|
MutableShortBag |
ObjectShortHashMap.toBag() |
|
MutableShortBag |
ObjectShortHashMapWithHashingStrategy.toBag() |
|
MutableShortBag |
SynchronizedByteShortMap.toBag() |
|
MutableShortBag |
SynchronizedCharShortMap.toBag() |
|
MutableShortBag |
SynchronizedDoubleShortMap.toBag() |
|
MutableShortBag |
SynchronizedFloatShortMap.toBag() |
|
MutableShortBag |
SynchronizedIntShortMap.toBag() |
|
MutableShortBag |
SynchronizedLongShortMap.toBag() |
|
MutableShortBag |
SynchronizedObjectShortMap.toBag() |
|
MutableShortBag |
SynchronizedShortShortMap.toBag() |
|
MutableShortBag |
UnmodifiableByteShortMap.toBag() |
|
MutableShortBag |
UnmodifiableCharShortMap.toBag() |
|
MutableShortBag |
UnmodifiableDoubleShortMap.toBag() |
|
MutableShortBag |
UnmodifiableFloatShortMap.toBag() |
|
MutableShortBag |
UnmodifiableIntShortMap.toBag() |
|
MutableShortBag |
UnmodifiableLongShortMap.toBag() |
|
MutableShortBag |
UnmodifiableObjectShortMap.toBag() |
|
MutableShortBag |
UnmodifiableShortShortMap.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
AbstractShortIterable.toBag() |
|
MutableShortBag |
SynchronizedShortIterable.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
SynchronizedShortStack.toBag() |
|
MutableShortBag |
UnmodifiableShortStack.toBag() |
Modifier and Type | Method | Description |
---|---|---|
MutableShortBag |
AbstractShortStack.toBag() |
Copyright © 2004–2019. All rights reserved.