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 MutableFloatCollection> |
RichIterable.collectFloat(FloatFunction<? super T> floatFunction,
R target)
Same as
RichIterable.collectFloat(FloatFunction) , except that the results are gathered into the specified target
collection. |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableFloatBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableFloatCollection |
MutableCollection.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method and Description |
---|---|
MutableFloatCollection |
MutableFloatCollection.asSynchronized() |
MutableFloatCollection |
MutableFloatCollection.asUnmodifiable() |
MutableFloatCollection |
MutableFloatCollection.reject(FloatPredicate predicate) |
MutableFloatCollection |
MutableFloatCollection.select(FloatPredicate predicate) |
MutableFloatCollection |
MutableFloatCollection.with(float element) |
MutableFloatCollection |
MutableFloatCollection.withAll(FloatIterable elements) |
MutableFloatCollection |
MutableFloatCollection.without(float element) |
MutableFloatCollection |
MutableFloatCollection.withoutAll(FloatIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableFloatList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableFloatCollection |
MutableObjectFloatMap.reject(FloatPredicate predicate) |
MutableFloatCollection |
MutableObjectFloatMap.select(FloatPredicate predicate) |
MutableFloatCollection |
FloatValuesMap.values() |
MutableFloatCollection |
ObjectFloatMap.values() |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableFloatSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
AbstractRichIterable.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableRichIterable.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
<R extends MutableFloatCollection> |
SynchronizedRichIterable.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
AbstractBag.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
FloatHashBag
FloatHashBag is similar to
HashBag , and is memory-optimized for float primitives. |
class |
SynchronizedFloatBag
A synchronized view of a
MutableFloatBag . |
class |
UnmodifiableFloatBag
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
AbstractBiMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
UnmodifiableBiMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
MutableFloatCollection |
CollectFloatProcedure.getFloatCollection() |
Constructor and Description |
---|
CollectFloatProcedure(FloatFunction<? super T> floatFunction,
MutableFloatCollection targetCollection) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
AbstractSynchronizedRichIterable.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
AbstractCollectionAdapter.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
<R extends MutableFloatCollection> |
AbstractMultiReaderMutableCollection.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
<R extends MutableFloatCollection> |
AbstractUnmodifiableMutableCollection.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
MutableFloatCollection |
AbstractCollectionAdapter.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatCollection |
AbstractUnmodifiableMutableCollection.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatCollection |
SynchronizedMutableCollection.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizedFloatCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.
|
class |
AbstractUnmodifiableFloatCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.
|
class |
SynchronizedFloatCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.
|
class |
UnmodifiableFloatCollection
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableFloatCollection |
AbstractSynchronizedFloatCollection.asSynchronized() |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.asSynchronized() |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.asUnmodifiable() |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.asUnmodifiable() |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.reject(FloatPredicate predicate) |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.reject(FloatPredicate predicate) |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.select(FloatPredicate predicate) |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.select(FloatPredicate predicate) |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.with(float element) |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.with(float element) |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.withAll(FloatIterable elements) |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.withAll(FloatIterable elements) |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.without(float element) |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.without(float element) |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.withoutAll(FloatIterable elements) |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.withoutAll(FloatIterable elements) |
Modifier and Type | Method and Description |
---|---|
static SynchronizedFloatCollection |
SynchronizedFloatCollection.of(MutableFloatCollection collection)
This method will take a MutableFloatCollection and wrap it directly in a SynchronizedFloatCollection.
|
static UnmodifiableFloatCollection |
UnmodifiableFloatCollection.of(MutableFloatCollection collection)
This method will take a MutableFloatCollection and wrap it directly in a UnmodifiableFloatCollection.
|
static SynchronizedFloatCollection |
SynchronizedFloatCollection.of(MutableFloatCollection collection,
Object lock)
This method will take a MutableFloatCollection and wrap it directly in a SynchronizedFloatCollection.
|
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableFloatCollection> |
Collectors2.collectFloat(FloatFunction<? super T> function,
Supplier<R> supplier)
Returns a new MutableFloatCollection with the results of applying the specified FloatFunction on each element
of the source.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
FastList.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
FloatArrayList
FloatArrayList is similar to
FastList , and is memory-optimized for float primitives. |
class |
SynchronizedFloatList
A synchronized view of a
MutableFloatList . |
class |
UnmodifiableFloatList
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
UnmodifiableMutableMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableFloatKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
SynchronizedLongObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
FloatObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableDoubleObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableCharObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
ShortObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
SynchronizedFloatObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableFloatObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
SynchronizedDoubleObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
SynchronizedByteObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
ByteObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableLongObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
IntObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
SynchronizedCharObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
SynchronizedIntObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableShortObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
LongObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
CharObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
DoubleObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
SynchronizedShortObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableIntObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableByteObjectMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
UnmodifiableTreeMap.collectFloat(FloatFunction<? super V> floatFunction,
R target) |
Modifier and Type | Class and Description |
---|---|
class |
FloatHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedFloatSet
A synchronized view of a
MutableFloatSet . |
class |
UnmodifiableFloatSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
<R extends MutableFloatCollection> |
ArrayStack.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
<R extends MutableFloatCollection> |
SynchronizedStack.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
<R extends MutableFloatCollection> |
UnmodifiableStack.collectFloat(FloatFunction<? super T> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableFloatCollection> |
ArrayListIterate.collectFloat(ArrayList<T> list,
FloatFunction<? super T> floatFunction,
R target) |
static <T,R extends MutableFloatCollection> |
Iterate.collectFloat(Iterable<T> iterable,
FloatFunction<? super T> floatFunction,
R target)
Same as
Iterate.collectFloat(Iterable, FloatFunction) , except that the results are gathered into the specified target
collection. |
static <T,R extends MutableFloatCollection> |
ListIterate.collectFloat(List<T> list,
FloatFunction<? super T> floatFunction,
R target) |
static <K,V,R extends MutableFloatCollection> |
MapIterate.collectFloat(Map<K,V> map,
FloatFunction<? super V> floatFunction,
R target) |
static <T,R extends MutableFloatCollection> |
ArrayIterate.collectFloat(T[] objectArray,
FloatFunction<? super T> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T> MutableFloatCollection |
Iterate.collectFloat(Iterable<T> iterable,
FloatFunction<? super T> floatFunction)
Returns a new
float collection with the results of applying the specified floatFunction for each element of the iterable. |
static <K,V> MutableFloatCollection |
MapIterate.collectFloat(Map<K,V> map,
FloatFunction<? super V> floatFunction) |
Modifier and Type | Method and Description |
---|---|
static <T,R extends MutableFloatCollection> |
IterableIterate.collectFloat(Iterable<T> iterable,
FloatFunction<? super T> floatFunction,
R target) |
static <T,R extends MutableFloatCollection> |
IteratorIterate.collectFloat(Iterator<T> iterator,
FloatFunction<? super T> floatFunction,
R target) |
static <T,R extends MutableFloatCollection> |
RandomAccessListIterate.collectFloat(List<T> list,
FloatFunction<? super T> floatFunction,
R target) |
Modifier and Type | Method and Description |
---|---|
static <T> MutableFloatCollection |
IterableIterate.collectFloat(Iterable<T> iterable,
FloatFunction<? super T> floatFunction) |
static <T> MutableFloatCollection |
IteratorIterate.collectFloat(Iterator<T> iterator,
FloatFunction<? super T> floatFunction) |
Modifier and Type | Method and Description |
---|---|
static <R extends MutableFloatCollection> |
FloatIterableIterate.reject(FloatIterable iterable,
FloatPredicate predicate,
R targetCollection) |
static <R extends MutableFloatCollection> |
FloatIteratorIterate.reject(FloatIterator iterator,
FloatPredicate predicate,
R targetCollection) |
static <R extends MutableFloatCollection> |
FloatIterableIterate.select(FloatIterable iterable,
FloatPredicate predicate,
R targetCollection) |
static <R extends MutableFloatCollection> |
FloatIteratorIterate.select(FloatIterator iterator,
FloatPredicate predicate,
R targetCollection) |
Copyright © 2004–2016. All rights reserved.