Package | Description |
---|---|
org.eclipse.collections.api.factory.map.primitive | |
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.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
MutableFloatLongMap |
MutableFloatLongMapFactory.empty() |
|
MutableFloatLongMap |
MutableFloatLongMapFactory.of() |
Same as
MutableFloatLongMapFactory.empty() . |
MutableFloatLongMap |
MutableFloatLongMapFactory.ofAll(FloatLongMap map) |
|
MutableFloatLongMap |
MutableFloatLongMapFactory.with() |
Same as
MutableFloatLongMapFactory.empty() . |
MutableFloatLongMap |
MutableFloatLongMapFactory.withAll(FloatLongMap map) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatLongMap |
MutableFloatLongMap.asSynchronized() |
|
MutableFloatLongMap |
MutableFloatLongMap.asUnmodifiable() |
|
MutableFloatLongMap |
MutableFloatLongMap.reject(FloatLongPredicate predicate) |
|
MutableFloatLongMap |
MutableFloatLongMap.select(FloatLongPredicate predicate) |
|
MutableFloatLongMap |
MutableFloatLongMap.withKeyValue(float key,
long value) |
|
MutableFloatLongMap |
MutableFloatLongMap.withoutAllKeys(FloatIterable keys) |
|
MutableFloatLongMap |
MutableFloatLongMap.withoutKey(float key) |
Modifier and Type | Class | Description |
---|---|---|
class |
FloatLongHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedFloatLongMap |
A synchronized view of a
MutableFloatLongMap . |
class |
UnmodifiableFloatLongMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableFloatLongMap |
FloatLongHashMap.asSynchronized() |
|
MutableFloatLongMap |
SynchronizedFloatLongMap.asSynchronized() |
|
MutableFloatLongMap |
UnmodifiableFloatLongMap.asSynchronized() |
|
MutableFloatLongMap |
FloatLongHashMap.asUnmodifiable() |
|
MutableFloatLongMap |
SynchronizedFloatLongMap.asUnmodifiable() |
|
MutableFloatLongMap |
UnmodifiableFloatLongMap.asUnmodifiable() |
|
MutableFloatLongMap |
MutableFloatLongMapFactoryImpl.empty() |
|
MutableFloatLongMap |
MutableFloatLongMapFactoryImpl.of() |
|
MutableFloatLongMap |
MutableFloatLongMapFactoryImpl.ofAll(FloatLongMap map) |
|
MutableFloatLongMap |
SynchronizedFloatLongMap.reject(FloatLongPredicate predicate) |
|
MutableFloatLongMap |
UnmodifiableFloatLongMap.reject(FloatLongPredicate predicate) |
|
MutableFloatLongMap |
SynchronizedFloatLongMap.select(FloatLongPredicate predicate) |
|
MutableFloatLongMap |
UnmodifiableFloatLongMap.select(FloatLongPredicate predicate) |
|
MutableFloatLongMap |
MutableFloatLongMapFactoryImpl.with() |
|
MutableFloatLongMap |
MutableFloatLongMapFactoryImpl.withAll(FloatLongMap map) |
|
MutableFloatLongMap |
SynchronizedFloatLongMap.withKeyValue(float key,
long value) |
|
MutableFloatLongMap |
UnmodifiableFloatLongMap.withKeyValue(float key,
long value) |
|
MutableFloatLongMap |
SynchronizedFloatLongMap.withoutAllKeys(FloatIterable keys) |
|
MutableFloatLongMap |
UnmodifiableFloatLongMap.withoutAllKeys(FloatIterable keys) |
|
MutableFloatLongMap |
SynchronizedFloatLongMap.withoutKey(float key) |
|
MutableFloatLongMap |
UnmodifiableFloatLongMap.withoutKey(float key) |
Constructor | Description |
---|---|
SynchronizedFloatLongMap(MutableFloatLongMap map) |
|
SynchronizedFloatLongMap(MutableFloatLongMap map,
Object newLock) |
|
UnmodifiableFloatLongMap(MutableFloatLongMap map) |
Copyright © 2004–2017. All rights reserved.