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.
|
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
FloatIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
MutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
MutableFloatBag.asSynchronized() |
MutableFloatBag |
MutableFloatBag.asUnmodifiable() |
MutableFloatBag |
MutableFloatBag.reject(FloatPredicate predicate) |
MutableFloatBag |
MutableFloatBag.select(FloatPredicate predicate) |
MutableFloatBag |
MutableFloatBag.selectByOccurrences(IntPredicate predicate)
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
MutableFloatBag |
MutableFloatBag.with(float element) |
MutableFloatBag |
MutableFloatBag.withAll(FloatIterable elements) |
MutableFloatBag |
MutableFloatBag.without(float element) |
MutableFloatBag |
MutableFloatBag.withoutAll(FloatIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
MutableFloatBagFactory.empty() |
MutableFloatBag |
MutableFloatBagFactory.of()
Same as
MutableFloatBagFactory.empty() . |
MutableFloatBag |
MutableFloatBagFactory.of(float... items)
Same as
MutableFloatBagFactory.with(float[]) . |
MutableFloatBag |
MutableFloatBagFactory.ofAll(FloatIterable items)
|
MutableFloatBag |
MutableFloatBagFactory.with()
Same as
MutableFloatBagFactory.empty() . |
MutableFloatBag |
MutableFloatBagFactory.with(float... items) |
MutableFloatBag |
MutableFloatBagFactory.withAll(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
MutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
MutablePrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
MutableFloatValuesMap.reject(FloatPredicate predicate) |
MutableFloatBag |
MutableFloatValuesMap.select(FloatPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
AbstractMutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatBag |
MultiReaderHashBag.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatBag |
SynchronizedBag.collectFloat(FloatFunction<? super T> floatFunction) |
MutableFloatBag |
UnmodifiableBag.collectFloat(FloatFunction<? super T> floatFunction) |
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 |
---|---|
MutableFloatBag |
SynchronizedFloatBag.asSynchronized() |
MutableFloatBag |
UnmodifiableFloatBag.asSynchronized() |
MutableFloatBag |
FloatHashBag.asSynchronized() |
MutableFloatBag |
SynchronizedFloatBag.asUnmodifiable() |
MutableFloatBag |
UnmodifiableFloatBag.asUnmodifiable() |
MutableFloatBag |
FloatHashBag.asUnmodifiable() |
MutableFloatBag |
MutableFloatBagFactoryImpl.empty() |
MutableFloatBag |
MutableFloatBagFactoryImpl.of() |
MutableFloatBag |
MutableFloatBagFactoryImpl.of(float... items) |
MutableFloatBag |
MutableFloatBagFactoryImpl.ofAll(FloatIterable items) |
MutableFloatBag |
SynchronizedFloatBag.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableFloatBag.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedFloatBag.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableFloatBag.select(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedFloatBag.selectByOccurrences(IntPredicate predicate) |
MutableFloatBag |
UnmodifiableFloatBag.selectByOccurrences(IntPredicate predicate) |
MutableFloatBag |
MutableFloatBagFactoryImpl.with() |
MutableFloatBag |
MutableFloatBagFactoryImpl.with(float... items) |
MutableFloatBag |
MutableFloatBagFactoryImpl.withAll(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
AbstractSynchronizedFloatCollection.toBag() |
MutableFloatBag |
AbstractUnmodifiableFloatCollection.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
LazyFloatIterableAdapter.toBag() |
MutableFloatBag |
ReverseFloatIterable.toBag() |
MutableFloatBag |
AbstractLazyFloatIterable.toBag() |
MutableFloatBag |
CollectFloatIterable.toBag() |
MutableFloatBag |
SelectFloatIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
UnmodifiableMutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
AbstractMutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
SynchronizedMutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
SynchronizedLongObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
FloatObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
UnmodifiableDoubleObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
UnmodifiableCharObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
ShortObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
SynchronizedFloatObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
UnmodifiableFloatObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
SynchronizedDoubleObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
SynchronizedByteObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
ByteObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
UnmodifiableLongObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
IntObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
SynchronizedCharObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
SynchronizedIntObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
UnmodifiableShortObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
LongObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
CharObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
DoubleObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
SynchronizedShortObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
UnmodifiableIntObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
UnmodifiableByteObjectMap.collectFloat(FloatFunction<? super V> floatFunction) |
MutableFloatBag |
SynchronizedShortFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableByteFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableLongFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedDoubleFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedIntFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableDoubleFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableShortFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedByteFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedFloatFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableFloatFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableCharFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedCharFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedLongFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableIntFloatMap.reject(FloatPredicate predicate) |
MutableFloatBag |
AbstractMutableFloatValuesMap.reject(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedShortFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableByteFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableLongFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedDoubleFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedIntFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableDoubleFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableShortFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedByteFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedFloatFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableFloatFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableCharFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedCharFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedLongFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
UnmodifiableIntFloatMap.select(FloatPredicate predicate) |
MutableFloatBag |
AbstractMutableFloatValuesMap.select(FloatPredicate predicate) |
MutableFloatBag |
SynchronizedShortFloatMap.toBag() |
MutableFloatBag |
UnmodifiableByteFloatMap.toBag() |
MutableFloatBag |
ObjectFloatHashMapWithHashingStrategy.toBag() |
MutableFloatBag |
UnmodifiableLongFloatMap.toBag() |
MutableFloatBag |
SynchronizedDoubleFloatMap.toBag() |
MutableFloatBag |
AbstractMutableFloatKeySet.toBag() |
MutableFloatBag |
SynchronizedIntFloatMap.toBag() |
MutableFloatBag |
UnmodifiableDoubleFloatMap.toBag() |
MutableFloatBag |
SynchronizedObjectFloatMap.toBag() |
MutableFloatBag |
UnmodifiableShortFloatMap.toBag() |
MutableFloatBag |
SynchronizedByteFloatMap.toBag() |
MutableFloatBag |
SynchronizedFloatFloatMap.toBag() |
MutableFloatBag |
UnmodifiableFloatFloatMap.toBag() |
MutableFloatBag |
UnmodifiableCharFloatMap.toBag() |
MutableFloatBag |
ObjectFloatHashMap.toBag() |
MutableFloatBag |
SynchronizedCharFloatMap.toBag() |
MutableFloatBag |
UnmodifiableObjectFloatMap.toBag() |
MutableFloatBag |
SynchronizedLongFloatMap.toBag() |
MutableFloatBag |
UnmodifiableIntFloatMap.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
AbstractFloatIterable.toBag() |
MutableFloatBag |
SynchronizedFloatIterable.toBag() |
Modifier and Type | Method and Description |
---|---|
MutableFloatBag |
SynchronizedFloatStack.toBag() |
MutableFloatBag |
UnmodifiableFloatStack.toBag() |
MutableFloatBag |
FloatArrayStack.toBag() |
Copyright © 2004–2016. All rights reserved.