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.primitive |
This package contains mutable and immutable primitive collection API.
|
org.eclipse.collections.api.factory.bag.primitive | |
org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
org.eclipse.collections.api.factory.set.primitive | |
org.eclipse.collections.api.factory.stack.primitive | |
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.ordered.primitive | |
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
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.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.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
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.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.set.primitive | |
org.eclipse.collections.impl.stack.immutable.primitive |
This package contains implementations of the immutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.utility.internal.primitive | |
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Interface and Description |
---|---|
interface |
LazyFloatIterable
This file was automatically generated from template file lazyPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
FloatIterable |
RichIterable.collectFloat(FloatFunction<? super T> floatFunction)
Returns a new primitive
float iterable with the results of applying the specified function on each element
of the source collection. |
FloatIterable |
FloatIterable.reject(FloatPredicate predicate) |
FloatIterable |
FloatIterable.select(FloatPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
FloatIterable.containsAll(FloatIterable source) |
Modifier and Type | Interface and Description |
---|---|
interface |
FloatBag
This file was automatically generated from template file primitiveBag.stg.
|
interface |
ImmutableFloatBag
This file was automatically generated from template file immutablePrimitiveBag.stg.
|
interface |
MutableFloatBag
This file was automatically generated from template file mutablePrimitiveBag.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
ImmutableFloatBag.newWithAll(FloatIterable elements) |
ImmutableFloatBag |
ImmutableFloatBag.newWithoutAll(FloatIterable elements) |
MutableFloatBag |
MutableFloatBag.withAll(FloatIterable elements) |
MutableFloatBag |
MutableFloatBag.withoutAll(FloatIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableFloatCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.
|
interface |
MutableFloatCollection
This file was automatically generated from template file mutablePrimitiveCollection.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MutableFloatCollection.addAll(FloatIterable source) |
ImmutableFloatCollection |
ImmutableFloatCollection.newWithAll(FloatIterable elements) |
ImmutableFloatCollection |
ImmutableFloatCollection.newWithoutAll(FloatIterable elements) |
boolean |
MutableFloatCollection.removeAll(FloatIterable source) |
boolean |
MutableFloatCollection.retainAll(FloatIterable elements) |
MutableFloatCollection |
MutableFloatCollection.withAll(FloatIterable elements) |
MutableFloatCollection |
MutableFloatCollection.withoutAll(FloatIterable elements) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
ImmutableFloatBagFactory.ofAll(FloatIterable items)
|
MutableFloatBag |
MutableFloatBagFactory.ofAll(FloatIterable items)
|
ImmutableFloatBag |
ImmutableFloatBagFactory.withAll(FloatIterable items) |
MutableFloatBag |
MutableFloatBagFactory.withAll(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatList |
ImmutableFloatListFactory.ofAll(FloatIterable items)
|
MutableFloatList |
MutableFloatListFactory.ofAll(FloatIterable items)
|
ImmutableFloatList |
ImmutableFloatListFactory.withAll(FloatIterable items) |
MutableFloatList |
MutableFloatListFactory.withAll(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatSet |
ImmutableFloatSetFactory.ofAll(FloatIterable items)
|
MutableFloatSet |
MutableFloatSetFactory.ofAll(FloatIterable items)
|
ImmutableFloatSet |
ImmutableFloatSetFactory.withAll(FloatIterable items) |
MutableFloatSet |
MutableFloatSetFactory.withAll(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableFloatStack |
MutableFloatStackFactory.ofAll(FloatIterable items)
|
ImmutableFloatStack |
ImmutableFloatStackFactory.ofAll(FloatIterable items)
|
MutableFloatStack |
MutableFloatStackFactory.ofAllReversed(FloatIterable items)
|
ImmutableFloatStack |
ImmutableFloatStackFactory.ofAllReversed(FloatIterable items)
|
MutableFloatStack |
MutableFloatStackFactory.withAll(FloatIterable items) |
ImmutableFloatStack |
ImmutableFloatStackFactory.withAll(FloatIterable items) |
MutableFloatStack |
MutableFloatStackFactory.withAllReversed(FloatIterable items) |
ImmutableFloatStack |
ImmutableFloatStackFactory.withAllReversed(FloatIterable items) |
Modifier and Type | Interface and Description |
---|---|
interface |
FloatList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableFloatList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableFloatList
This file was automatically generated from template file mutablePrimitiveList.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MutableFloatList.addAllAtIndex(int index,
FloatIterable source) |
ImmutableFloatList |
ImmutableFloatList.newWithAll(FloatIterable elements) |
ImmutableFloatList |
ImmutableFloatList.newWithoutAll(FloatIterable elements) |
MutableFloatList |
MutableFloatList.withAll(FloatIterable elements) |
MutableFloatList |
MutableFloatList.withoutAll(FloatIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
ByteFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
CharFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
DoubleFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.
|
interface |
ImmutableByteFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableCharFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableDoubleFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableFloatFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableIntFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableLongFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableObjectFloatMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
ImmutableShortFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
IntFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
LongFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
MutableByteFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableDoubleFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
|
interface |
MutableIntFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableObjectFloatMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
interface |
MutableShortFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
ObjectFloatMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.
|
interface |
ShortFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrderedFloatIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.
|
interface |
ReversibleFloatIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FloatSet
This file was automatically generated from template file primitiveSet.stg.
|
interface |
ImmutableFloatSet
This file was automatically generated from template file immutablePrimitiveSet.stg.
|
interface |
MutableFloatSet
This file was automatically generated from template file mutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableFloatSet |
ImmutableFloatSet.newWithAll(FloatIterable elements) |
ImmutableFloatSet |
ImmutableFloatSet.newWithoutAll(FloatIterable elements) |
MutableFloatSet |
MutableFloatSet.withAll(FloatIterable elements) |
MutableFloatSet |
MutableFloatSet.withoutAll(FloatIterable elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
FloatStack
This file was automatically generated from template file primitiveStack.stg.
|
interface |
ImmutableFloatStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableFloatStack
This file was automatically generated from template file mutablePrimitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
FloatIterable |
UnmodifiableRichIterable.collectFloat(FloatFunction<? super T> floatFunction) |
FloatIterable |
SynchronizedRichIterable.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.ofAll(FloatIterable items) |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.withAll(FloatIterable items) |
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 |
---|---|
boolean |
FloatHashBag.addAll(FloatIterable source) |
static FloatHashBag |
FloatHashBag.newBag(FloatIterable source) |
MutableFloatBag |
MutableFloatBagFactoryImpl.ofAll(FloatIterable items) |
boolean |
FloatHashBag.removeAll(FloatIterable source) |
boolean |
FloatHashBag.retainAll(FloatIterable source) |
SynchronizedFloatBag |
SynchronizedFloatBag.withAll(FloatIterable elements) |
UnmodifiableFloatBag |
UnmodifiableFloatBag.withAll(FloatIterable elements) |
MutableFloatBag |
MutableFloatBagFactoryImpl.withAll(FloatIterable items) |
FloatHashBag |
FloatHashBag.withAll(FloatIterable iterable) |
SynchronizedFloatBag |
SynchronizedFloatBag.withoutAll(FloatIterable elements) |
UnmodifiableFloatBag |
UnmodifiableFloatBag.withoutAll(FloatIterable elements) |
FloatHashBag |
FloatHashBag.withoutAll(FloatIterable iterable) |
Constructor and Description |
---|
FloatHashBag(FloatIterable iterable) |
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 |
---|---|
boolean |
AbstractSynchronizedFloatCollection.addAll(FloatIterable source) |
boolean |
AbstractUnmodifiableFloatCollection.addAll(FloatIterable source) |
boolean |
AbstractSynchronizedFloatCollection.containsAll(FloatIterable source) |
boolean |
AbstractUnmodifiableFloatCollection.containsAll(FloatIterable source) |
boolean |
AbstractSynchronizedFloatCollection.removeAll(FloatIterable source) |
boolean |
AbstractUnmodifiableFloatCollection.removeAll(FloatIterable source) |
boolean |
AbstractSynchronizedFloatCollection.retainAll(FloatIterable source) |
boolean |
AbstractUnmodifiableFloatCollection.retainAll(FloatIterable source) |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.withAll(FloatIterable elements) |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.withAll(FloatIterable elements) |
MutableFloatCollection |
AbstractSynchronizedFloatCollection.withoutAll(FloatIterable elements) |
MutableFloatCollection |
AbstractUnmodifiableFloatCollection.withoutAll(FloatIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLazyFloatIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectBooleanToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectByteToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectCharToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectDoubleToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectFloatIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.
|
class |
CollectFloatToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectIntToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectLongToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectShortToFloatIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
LazyFloatIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseFloatIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectFloatIterable
This file was automatically generated from template file selectPrimitiveIterable.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LazyFloatIterableAdapter.containsAll(FloatIterable source) |
boolean |
ReverseFloatIterable.containsAll(FloatIterable source) |
boolean |
AbstractLazyFloatIterable.containsAll(FloatIterable source) |
boolean |
CollectFloatIterable.containsAll(FloatIterable source) |
boolean |
SelectFloatIterable.containsAll(FloatIterable source) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.ofAll(FloatIterable items) |
ImmutableFloatList |
ImmutableFloatListFactoryImpl.withAll(FloatIterable items) |
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 |
---|---|
boolean |
FloatArrayList.addAll(FloatIterable source) |
boolean |
UnmodifiableFloatList.addAllAtIndex(int index,
FloatIterable source) |
boolean |
FloatArrayList.addAllAtIndex(int index,
FloatIterable source) |
boolean |
SynchronizedFloatList.addAllAtIndex(int index,
FloatIterable source) |
static FloatArrayList |
FloatArrayList.newList(FloatIterable source) |
MutableFloatList |
MutableFloatListFactoryImpl.ofAll(FloatIterable items) |
boolean |
FloatArrayList.removeAll(FloatIterable source) |
boolean |
FloatArrayList.retainAll(FloatIterable source) |
UnmodifiableFloatList |
UnmodifiableFloatList.withAll(FloatIterable elements) |
MutableFloatList |
MutableFloatListFactoryImpl.withAll(FloatIterable items) |
FloatArrayList |
FloatArrayList.withAll(FloatIterable elements) |
SynchronizedFloatList |
SynchronizedFloatList.withAll(FloatIterable elements) |
UnmodifiableFloatList |
UnmodifiableFloatList.withoutAll(FloatIterable elements) |
FloatArrayList |
FloatArrayList.withoutAll(FloatIterable elements) |
SynchronizedFloatList |
SynchronizedFloatList.withoutAll(FloatIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableObjectFloatMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableFloatKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
class |
AbstractMutableFloatValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.
|
class |
ByteFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
CharFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
DoubleFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
FloatFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
IntFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
LongFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
ObjectFloatHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
ObjectFloatHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.
|
class |
ShortFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteFloatMap
A synchronized view of a
MutableByteFloatMap . |
class |
SynchronizedCharFloatMap
A synchronized view of a
MutableCharFloatMap . |
class |
SynchronizedDoubleFloatMap
A synchronized view of a
MutableDoubleFloatMap . |
class |
SynchronizedFloatFloatMap
A synchronized view of a
MutableFloatFloatMap . |
class |
SynchronizedIntFloatMap
A synchronized view of a
MutableIntFloatMap . |
class |
SynchronizedLongFloatMap
A synchronized view of a
MutableLongFloatMap . |
class |
SynchronizedObjectFloatMap<K>
A synchronized view of a
MutableObjectFloatMap . |
class |
SynchronizedShortFloatMap
A synchronized view of a
MutableShortFloatMap . |
class |
UnmodifiableByteFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableCharFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableDoubleFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableFloatFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableIntFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableLongFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableObjectFloatMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
class |
UnmodifiableShortFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractMutableFloatKeySet.addAll(FloatIterable source) |
boolean |
SynchronizedShortFloatMap.containsAll(FloatIterable source) |
boolean |
UnmodifiableByteFloatMap.containsAll(FloatIterable source) |
boolean |
ObjectFloatHashMapWithHashingStrategy.containsAll(FloatIterable source) |
boolean |
UnmodifiableLongFloatMap.containsAll(FloatIterable source) |
boolean |
SynchronizedDoubleFloatMap.containsAll(FloatIterable source) |
boolean |
AbstractMutableFloatKeySet.containsAll(FloatIterable source) |
boolean |
SynchronizedIntFloatMap.containsAll(FloatIterable source) |
boolean |
UnmodifiableDoubleFloatMap.containsAll(FloatIterable source) |
boolean |
SynchronizedObjectFloatMap.containsAll(FloatIterable source) |
boolean |
UnmodifiableShortFloatMap.containsAll(FloatIterable source) |
boolean |
SynchronizedByteFloatMap.containsAll(FloatIterable source) |
boolean |
SynchronizedFloatFloatMap.containsAll(FloatIterable source) |
boolean |
UnmodifiableFloatFloatMap.containsAll(FloatIterable source) |
boolean |
UnmodifiableCharFloatMap.containsAll(FloatIterable source) |
boolean |
ObjectFloatHashMap.containsAll(FloatIterable source) |
boolean |
SynchronizedCharFloatMap.containsAll(FloatIterable source) |
boolean |
UnmodifiableObjectFloatMap.containsAll(FloatIterable source) |
boolean |
SynchronizedLongFloatMap.containsAll(FloatIterable source) |
boolean |
UnmodifiableIntFloatMap.containsAll(FloatIterable source) |
boolean |
AbstractMutableFloatValuesMap.containsAll(FloatIterable source) |
boolean |
AbstractMutableFloatKeySet.removeAll(FloatIterable source) |
MutableFloatSet |
AbstractMutableFloatKeySet.withAll(FloatIterable elements) |
MutableFloatSet |
AbstractMutableFloatKeySet.withoutAll(FloatIterable elements) |
FloatCharHashMap |
FloatCharHashMap.withoutAllKeys(FloatIterable keys) |
MutableFloatIntMap |
SynchronizedFloatIntMap.withoutAllKeys(FloatIterable keys) |
MutableFloatShortMap |
UnmodifiableFloatShortMap.withoutAllKeys(FloatIterable keys) |
FloatDoubleHashMap |
FloatDoubleHashMap.withoutAllKeys(FloatIterable keys) |
MutableFloatObjectMap<V> |
FloatObjectHashMap.withoutAllKeys(FloatIterable keys) |
FloatIntHashMap |
FloatIntHashMap.withoutAllKeys(FloatIterable keys) |
MutableFloatObjectMap<V> |
SynchronizedFloatObjectMap.withoutAllKeys(FloatIterable keys) |
FloatLongHashMap |
FloatLongHashMap.withoutAllKeys(FloatIterable keys) |
MutableFloatByteMap |
SynchronizedFloatByteMap.withoutAllKeys(FloatIterable keys) |
MutableFloatObjectMap<V> |
UnmodifiableFloatObjectMap.withoutAllKeys(FloatIterable keys) |
FloatFloatHashMap |
FloatFloatHashMap.withoutAllKeys(FloatIterable keys) |
MutableFloatBooleanMap |
UnmodifiableFloatBooleanMap.withoutAllKeys(FloatIterable keys) |
MutableFloatDoubleMap |
UnmodifiableFloatDoubleMap.withoutAllKeys(FloatIterable keys) |
MutableFloatFloatMap |
SynchronizedFloatFloatMap.withoutAllKeys(FloatIterable keys) |
MutableFloatByteMap |
UnmodifiableFloatByteMap.withoutAllKeys(FloatIterable keys) |
MutableFloatFloatMap |
UnmodifiableFloatFloatMap.withoutAllKeys(FloatIterable keys) |
MutableFloatCharMap |
UnmodifiableFloatCharMap.withoutAllKeys(FloatIterable keys) |
FloatBooleanHashMap |
FloatBooleanHashMap.withoutAllKeys(FloatIterable keys) |
MutableFloatIntMap |
UnmodifiableFloatIntMap.withoutAllKeys(FloatIterable keys) |
FloatByteHashMap |
FloatByteHashMap.withoutAllKeys(FloatIterable keys) |
MutableFloatBooleanMap |
SynchronizedFloatBooleanMap.withoutAllKeys(FloatIterable keys) |
MutableFloatLongMap |
SynchronizedFloatLongMap.withoutAllKeys(FloatIterable keys) |
MutableFloatDoubleMap |
SynchronizedFloatDoubleMap.withoutAllKeys(FloatIterable keys) |
MutableFloatShortMap |
SynchronizedFloatShortMap.withoutAllKeys(FloatIterable keys) |
MutableFloatCharMap |
SynchronizedFloatCharMap.withoutAllKeys(FloatIterable keys) |
FloatShortHashMap |
FloatShortHashMap.withoutAllKeys(FloatIterable keys) |
MutableFloatLongMap |
UnmodifiableFloatLongMap.withoutAllKeys(FloatIterable keys) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFloatIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.
|
class |
SynchronizedFloatIterable
A synchronized view of a FloatIterable.
|
Modifier and Type | Method and Description |
---|---|
FloatIterable |
SynchronizedFloatIterable.reject(FloatPredicate predicate) |
FloatIterable |
SynchronizedFloatIterable.select(FloatPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractFloatIterable.containsAll(FloatIterable source) |
boolean |
SynchronizedFloatIterable.containsAll(FloatIterable source) |
static SynchronizedFloatIterable |
SynchronizedFloatIterable.of(FloatIterable iterable)
This method will take a FloatIterable and wrap it directly in a SynchronizedFloatIterable.
|
static SynchronizedFloatIterable |
SynchronizedFloatIterable.of(FloatIterable iterable,
Object lock)
This method will take a FloatIterable and wrap it directly in a SynchronizedFloatIterable.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableFloatSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableFloatSet |
AbstractImmutableFloatSet.newWithAll(FloatIterable elements) |
ImmutableFloatSet |
AbstractImmutableFloatSet.newWithoutAll(FloatIterable elements) |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.ofAll(FloatIterable items) |
ImmutableFloatSet |
ImmutableFloatSetFactoryImpl.withAll(FloatIterable items) |
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 |
---|---|
boolean |
FloatHashSet.addAll(FloatIterable source) |
static FloatHashSet |
FloatHashSet.newSet(FloatIterable source) |
MutableFloatSet |
MutableFloatSetFactoryImpl.ofAll(FloatIterable items) |
boolean |
FloatHashSet.removeAll(FloatIterable source) |
boolean |
FloatHashSet.retainAll(FloatIterable source) |
SynchronizedFloatSet |
SynchronizedFloatSet.withAll(FloatIterable elements) |
MutableFloatSet |
MutableFloatSetFactoryImpl.withAll(FloatIterable items) |
UnmodifiableFloatSet |
UnmodifiableFloatSet.withAll(FloatIterable elements) |
FloatHashSet |
FloatHashSet.withAll(FloatIterable elements) |
SynchronizedFloatSet |
SynchronizedFloatSet.withoutAll(FloatIterable elements) |
UnmodifiableFloatSet |
UnmodifiableFloatSet.withoutAll(FloatIterable elements) |
FloatHashSet |
FloatHashSet.withoutAll(FloatIterable elements) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFloatSet
This file was automatically generated from template file abstractPrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
ImmutableFloatStack |
ImmutableFloatStackFactoryImpl.ofAll(FloatIterable items) |
ImmutableFloatStack |
ImmutableFloatStackFactoryImpl.ofAllReversed(FloatIterable items) |
ImmutableFloatStack |
ImmutableFloatStackFactoryImpl.withAll(FloatIterable items) |
ImmutableFloatStack |
ImmutableFloatStackFactoryImpl.withAllReversed(FloatIterable items) |
Modifier and Type | Class and Description |
---|---|
class |
FloatArrayStack
FloatArrayStack is similar to
ArrayStack , and is memory-optimized for float primitives. |
class |
SynchronizedFloatStack
A synchronized view of a
MutableFloatStack . |
class |
UnmodifiableFloatStack
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SynchronizedFloatStack.containsAll(FloatIterable source) |
boolean |
UnmodifiableFloatStack.containsAll(FloatIterable source) |
boolean |
FloatArrayStack.containsAll(FloatIterable source) |
static FloatArrayStack |
FloatArrayStack.newStack(FloatIterable items) |
static FloatArrayStack |
FloatArrayStack.newStackFromTopToBottom(FloatIterable items) |
MutableFloatStack |
MutableFloatStackFactoryImpl.ofAll(FloatIterable items) |
MutableFloatStack |
MutableFloatStackFactoryImpl.ofAllReversed(FloatIterable items) |
MutableFloatStack |
MutableFloatStackFactoryImpl.withAll(FloatIterable items) |
MutableFloatStack |
MutableFloatStackFactoryImpl.withAllReversed(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
static boolean |
FloatIterableIterate.allSatisfy(FloatIterable iterable,
FloatPredicate predicate) |
static boolean |
FloatIterableIterate.anySatisfy(FloatIterable iterable,
FloatPredicate predicate) |
static void |
FloatIterableIterate.appendString(FloatIterable iterable,
Appendable appendable,
String start,
String separator,
String end) |
static <V,R extends Collection<V>> |
FloatIterableIterate.collect(FloatIterable iterable,
FloatToObjectFunction<? extends V> function,
R targetCollection) |
static int |
FloatIterableIterate.count(FloatIterable iterable,
FloatPredicate predicate) |
static float |
FloatIterableIterate.detectIfNone(FloatIterable iterable,
FloatPredicate predicate,
float ifNone) |
static void |
FloatIterableIterate.forEach(FloatIterable iterable,
FloatProcedure procedure) |
static <T> T |
FloatIterableIterate.injectInto(FloatIterable iterable,
T injectedValue,
ObjectFloatToObjectFunction<? super T,? extends T> function) |
static boolean |
FloatIterableIterate.isEmpty(FloatIterable iterable) |
static float |
FloatIterableIterate.max(FloatIterable iterable) |
static float |
FloatIterableIterate.maxIfEmpty(FloatIterable iterable,
float ifEmpty) |
static float |
FloatIterableIterate.min(FloatIterable iterable) |
static float |
FloatIterableIterate.minIfEmpty(FloatIterable iterable,
float ifEmpty) |
static boolean |
FloatIterableIterate.noneSatisfy(FloatIterable iterable,
FloatPredicate predicate) |
static boolean |
FloatIterableIterate.notEmpty(FloatIterable iterable) |
static <R extends MutableFloatCollection> |
FloatIterableIterate.reject(FloatIterable iterable,
FloatPredicate predicate,
R targetCollection) |
static <R extends MutableFloatCollection> |
FloatIterableIterate.select(FloatIterable iterable,
FloatPredicate predicate,
R targetCollection) |
static double |
FloatIterableIterate.sum(FloatIterable iterable) |
Modifier and Type | Method and Description |
---|---|
static LazyFloatIterable |
LazyFloatIterate.adapt(FloatIterable iterable)
Creates a deferred float iterable for the specified float iterable.
|
static <V> LazyIterable<V> |
LazyFloatIterate.collect(FloatIterable iterable,
FloatToObjectFunction<? extends V> function)
Creates a deferred transforming float iterable for the specified float iterable.
|
static <V> LazyIterable<V> |
LazyFloatIterate.collectIf(FloatIterable iterable,
FloatPredicate predicate,
FloatToObjectFunction<? extends V> function)
Creates a deferred filtering and transforming float iterable for the specified float iterable.
|
static LazyFloatIterable |
LazyFloatIterate.select(FloatIterable iterable,
FloatPredicate predicate)
Creates a deferred filtering float iterable for the specified float iterable.
|
Copyright © 2004–2016. All rights reserved.