Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.collection | |
org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
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.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
org.eclipse.collections.impl.bag | |
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bimap | |
org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
org.eclipse.collections.impl.collection | |
org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.collector | |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list 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.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal.primitive |
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
RichIterable.collectShort(ShortFunction<? super T> shortFunction,
R target)
Same as
RichIterable.collectShort(ShortFunction) , except that the results are gathered into the specified target
collection. |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableShortBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortCollection |
MutableCollection.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
MutableShortCollection |
MutableShortCollection.asSynchronized() |
MutableShortCollection |
MutableShortCollection.asUnmodifiable() |
MutableShortCollection |
MutableShortCollection.reject(ShortPredicate predicate) |
MutableShortCollection |
MutableShortCollection.select(ShortPredicate predicate) |
MutableShortCollection |
MutableShortCollection.with(short element) |
MutableShortCollection |
MutableShortCollection.withAll(ShortIterable elements) |
MutableShortCollection |
MutableShortCollection.without(short element) |
MutableShortCollection |
MutableShortCollection.withoutAll(ShortIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableShortList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortCollection |
MutableObjectShortMap.reject(ShortPredicate predicate) |
MutableShortCollection |
MutableObjectShortMap.select(ShortPredicate predicate) |
MutableShortCollection |
ObjectShortMap.values() |
MutableShortCollection |
ShortValuesMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableShortSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
AbstractRichIterable.collectShort(ShortFunction<? super T> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableRichIterable.collectShort(ShortFunction<? super T> shortFunction,
R target) |
<R extends MutableShortCollection> |
SynchronizedRichIterable.collectShort(ShortFunction<? super T> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
AbstractBag.collectShort(ShortFunction<? super T> shortFunction,
R target) |
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 |
---|---|
<R extends MutableShortCollection> |
AbstractBiMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
UnmodifiableBiMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
MutableShortCollection |
CollectShortProcedure.getShortCollection() |
Constructor and Description |
---|
CollectShortProcedure(ShortFunction<? super T> shortFunction,
MutableShortCollection targetCollection) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
AbstractSynchronizedRichIterable.collectShort(ShortFunction<? super T> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
AbstractCollectionAdapter.collectShort(ShortFunction<? super T> shortFunction,
R target) |
<R extends MutableShortCollection> |
AbstractMultiReaderMutableCollection.collectShort(ShortFunction<? super T> shortFunction,
R target) |
<R extends MutableShortCollection> |
AbstractUnmodifiableMutableCollection.collectShort(ShortFunction<? super T> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
MutableShortCollection |
AbstractCollectionAdapter.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortCollection |
AbstractUnmodifiableMutableCollection.collectShort(ShortFunction<? super T> shortFunction) |
MutableShortCollection |
SynchronizedMutableCollection.collectShort(ShortFunction<? super T> shortFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizedShortCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.
|
class |
AbstractUnmodifiableShortCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.
|
class |
SynchronizedShortCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.
|
class |
UnmodifiableShortCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortCollection |
AbstractUnmodifiableShortCollection.asSynchronized() |
MutableShortCollection |
AbstractSynchronizedShortCollection.asSynchronized() |
MutableShortCollection |
AbstractUnmodifiableShortCollection.asUnmodifiable() |
MutableShortCollection |
AbstractSynchronizedShortCollection.asUnmodifiable() |
MutableShortCollection |
AbstractUnmodifiableShortCollection.reject(ShortPredicate predicate) |
MutableShortCollection |
AbstractSynchronizedShortCollection.reject(ShortPredicate predicate) |
MutableShortCollection |
AbstractUnmodifiableShortCollection.select(ShortPredicate predicate) |
MutableShortCollection |
AbstractSynchronizedShortCollection.select(ShortPredicate predicate) |
MutableShortCollection |
AbstractUnmodifiableShortCollection.with(short element) |
MutableShortCollection |
AbstractSynchronizedShortCollection.with(short element) |
MutableShortCollection |
AbstractUnmodifiableShortCollection.withAll(ShortIterable elements) |
MutableShortCollection |
AbstractSynchronizedShortCollection.withAll(ShortIterable elements) |
MutableShortCollection |
AbstractUnmodifiableShortCollection.without(short element) |
MutableShortCollection |
AbstractSynchronizedShortCollection.without(short element) |
MutableShortCollection |
AbstractUnmodifiableShortCollection.withoutAll(ShortIterable elements) |
MutableShortCollection |
AbstractSynchronizedShortCollection.withoutAll(ShortIterable elements) |
Modifier and Type | Method and Description |
---|---|
static SynchronizedShortCollection |
SynchronizedShortCollection.of(MutableShortCollection collection)
This method will take a MutableShortCollection and wrap it directly in a SynchronizedShortCollection.
|
static UnmodifiableShortCollection |
UnmodifiableShortCollection.of(MutableShortCollection collection)
This method will take a MutableShortCollection and wrap it directly in a UnmodifiableShortCollection.
|
static SynchronizedShortCollection |
SynchronizedShortCollection.of(MutableShortCollection collection,
Object lock)
This method will take a MutableShortCollection and wrap it directly in a SynchronizedShortCollection.
|
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableShortCollection> |
Collectors2.collectShort(ShortFunction<? super T> function,
Supplier<R> supplier)
Returns a new MutableShortCollection with the results of applying the specified ShortFunction on each element
of the source.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
FastList.collectShort(ShortFunction<? super T> shortFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
ShortArrayList
ShortArrayList is similar to
FastList , and is memory-optimized for short primitives. |
class |
SynchronizedShortList
A synchronized view of a
MutableShortList . |
class |
UnmodifiableShortList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
UnmodifiableMutableMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableShortKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
SynchronizedLongObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
FloatObjectHashMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableCharObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
ShortObjectHashMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
SynchronizedFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableFloatObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
SynchronizedDoubleObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
SynchronizedByteObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
ByteObjectHashMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableLongObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
IntObjectHashMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
SynchronizedCharObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
SynchronizedIntObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableShortObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
LongObjectHashMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
CharObjectHashMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
DoubleObjectHashMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
SynchronizedShortObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableIntObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableByteObjectMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
UnmodifiableTreeMap.collectShort(ShortFunction<? super V> shortFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
ShortHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedShortSet
A synchronized view of a
MutableShortSet . |
class |
UnmodifiableShortSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableShortCollection> |
ArrayStack.collectShort(ShortFunction<? super T> shortFunction,
R target) |
<R extends MutableShortCollection> |
SynchronizedStack.collectShort(ShortFunction<? super T> shortFunction,
R target) |
<R extends MutableShortCollection> |
UnmodifiableStack.collectShort(ShortFunction<? super T> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableShortCollection> |
ArrayListIterate.collectShort(ArrayList<T> list,
ShortFunction<? super T> shortFunction,
R target) |
static <T,R extends MutableShortCollection> |
Iterate.collectShort(Iterable<T> iterable,
ShortFunction<? super T> shortFunction,
R target)
Same as
Iterate.collectShort(Iterable, ShortFunction) , except that the results are gathered into the specified target
collection. |
static <T,R extends MutableShortCollection> |
ListIterate.collectShort(List<T> list,
ShortFunction<? super T> shortFunction,
R target) |
static <K,V,R extends MutableShortCollection> |
MapIterate.collectShort(Map<K,V> map,
ShortFunction<? super V> shortFunction,
R target) |
static <T,R extends MutableShortCollection> |
ArrayIterate.collectShort(T[] objectArray,
ShortFunction<? super T> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T> MutableShortCollection |
Iterate.collectShort(Iterable<T> iterable,
ShortFunction<? super T> shortFunction)
Returns a new
short collection with the results of applying the specified shortFunction for each element of the iterable. |
static <K,V> MutableShortCollection |
MapIterate.collectShort(Map<K,V> map,
ShortFunction<? super V> shortFunction) |
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableShortCollection> |
IterableIterate.collectShort(Iterable<T> iterable,
ShortFunction<? super T> shortFunction,
R target) |
static <T,R extends MutableShortCollection> |
IteratorIterate.collectShort(Iterator<T> iterator,
ShortFunction<? super T> shortFunction,
R target) |
static <T,R extends MutableShortCollection> |
RandomAccessListIterate.collectShort(List<T> list,
ShortFunction<? super T> shortFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T> MutableShortCollection |
IterableIterate.collectShort(Iterable<T> iterable,
ShortFunction<? super T> shortFunction) |
static <T> MutableShortCollection |
IteratorIterate.collectShort(Iterator<T> iterator,
ShortFunction<? super T> shortFunction) |
Modifier and Type | Method and Description |
---|---|
static <R extends MutableShortCollection> |
ShortIterableIterate.reject(ShortIterable iterable,
ShortPredicate predicate,
R targetCollection) |
static <R extends MutableShortCollection> |
ShortIteratorIterate.reject(ShortIterator iterator,
ShortPredicate predicate,
R targetCollection) |
static <R extends MutableShortCollection> |
ShortIterableIterate.select(ShortIterable iterable,
ShortPredicate predicate,
R targetCollection) |
static <R extends MutableShortCollection> |
ShortIteratorIterate.select(ShortIterator iterator,
ShortPredicate predicate,
R targetCollection) |
Copyright © 2004–2016. All rights reserved.