Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableIntFloatMap
-
Packages that use ImmutableIntFloatMap 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.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. -
-
Uses of ImmutableIntFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableIntFloatMap Modifier and Type Method Description ImmutableIntFloatMap
ImmutableIntFloatMapFactory. empty()
<T> ImmutableIntFloatMap
ImmutableIntFloatMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
Creates anImmutableIntFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableIntFloatMap
ImmutableIntFloatMapFactory. of()
Same asImmutableIntFloatMapFactory.empty()
.ImmutableIntFloatMap
ImmutableIntFloatMapFactory. of(int key, float value)
ImmutableIntFloatMap
ImmutableIntFloatMapFactory. ofAll(IntFloatMap map)
ImmutableIntFloatMap
ImmutableIntFloatMapFactory. with()
Same asImmutableIntFloatMapFactory.empty()
.ImmutableIntFloatMap
ImmutableIntFloatMapFactory. with(int key, float value)
ImmutableIntFloatMap
ImmutableIntFloatMapFactory. withAll(IntFloatMap map)
-
Uses of ImmutableIntFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntFloatMap Modifier and Type Method Description ImmutableIntFloatMap
ImmutableFloatIntMap. flipUniqueValues()
ImmutableIntFloatMap
ImmutableIntFloatMap. newWithKeyValue(int key, float value)
Copy this map, associate the value with the key (replacing the value if one already exists forkey
), and return the copy as new immutable map.ImmutableIntFloatMap
ImmutableIntFloatMap. newWithoutAllKeys(IntIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntFloatMap
ImmutableIntFloatMap. newWithoutKey(int key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableIntFloatMap
ImmutableIntFloatMap. reject(IntFloatPredicate predicate)
ImmutableIntFloatMap
ImmutableIntFloatMap. select(IntFloatPredicate predicate)
ImmutableIntFloatMap
IntFloatMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableIntFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableIntFloatMap Modifier and Type Class Description (package private) class
ImmutableIntFloatEmptyMap
ImmutableIntFloatEmptyMap is an optimization forImmutableIntFloatMap
of size 0.(package private) class
ImmutableIntFloatHashMap
ImmutableIntFloatHashMap is the non-modifiable equivalent ofIntFloatHashMap
.(package private) class
ImmutableIntFloatSingletonMap
ImmutableIntFloatSingletonMap is an optimization forImmutableIntFloatMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableIntFloatMap Modifier and Type Field Description (package private) static ImmutableIntFloatMap
ImmutableIntFloatEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntFloatMap Modifier and Type Method Description ImmutableIntFloatMap
ImmutableIntFloatMapFactoryImpl. empty()
ImmutableIntFloatMap
ImmutableFloatIntEmptyMap. flipUniqueValues()
ImmutableIntFloatMap
ImmutableFloatIntHashMap. flipUniqueValues()
ImmutableIntFloatMap
ImmutableFloatIntSingletonMap. flipUniqueValues()
<T> ImmutableIntFloatMap
ImmutableIntFloatMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)
ImmutableIntFloatMap
ImmutableIntFloatEmptyMap. newWithKeyValue(int key, float value)
ImmutableIntFloatMap
ImmutableIntFloatHashMap. newWithKeyValue(int key, float value)
ImmutableIntFloatMap
ImmutableIntFloatSingletonMap. newWithKeyValue(int key, float value)
ImmutableIntFloatMap
ImmutableIntFloatEmptyMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntFloatMap
ImmutableIntFloatHashMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntFloatMap
ImmutableIntFloatSingletonMap. newWithoutAllKeys(IntIterable keys)
ImmutableIntFloatMap
ImmutableIntFloatEmptyMap. newWithoutKey(int key)
ImmutableIntFloatMap
ImmutableIntFloatHashMap. newWithoutKey(int key)
ImmutableIntFloatMap
ImmutableIntFloatSingletonMap. newWithoutKey(int key)
ImmutableIntFloatMap
ImmutableIntFloatMapFactoryImpl. of()
ImmutableIntFloatMap
ImmutableIntFloatMapFactoryImpl. of(int key, float value)
ImmutableIntFloatMap
ImmutableIntFloatMapFactoryImpl. ofAll(IntFloatMap map)
ImmutableIntFloatMap
ImmutableIntFloatEmptyMap. reject(IntFloatPredicate predicate)
ImmutableIntFloatMap
ImmutableIntFloatHashMap. reject(IntFloatPredicate predicate)
ImmutableIntFloatMap
ImmutableIntFloatSingletonMap. reject(IntFloatPredicate predicate)
ImmutableIntFloatMap
ImmutableIntFloatEmptyMap. select(IntFloatPredicate predicate)
ImmutableIntFloatMap
ImmutableIntFloatHashMap. select(IntFloatPredicate predicate)
ImmutableIntFloatMap
ImmutableIntFloatSingletonMap. select(IntFloatPredicate predicate)
ImmutableIntFloatMap
ImmutableIntFloatEmptyMap. toImmutable()
ImmutableIntFloatMap
ImmutableIntFloatHashMap. toImmutable()
ImmutableIntFloatMap
ImmutableIntFloatSingletonMap. toImmutable()
ImmutableIntFloatMap
ImmutableIntFloatMapFactoryImpl. with()
ImmutableIntFloatMap
ImmutableIntFloatMapFactoryImpl. with(int key, float value)
ImmutableIntFloatMap
ImmutableIntFloatMapFactoryImpl. withAll(IntFloatMap map)
-
Uses of ImmutableIntFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntFloatMap Modifier and Type Method Description ImmutableIntFloatMap
IntFloatHashMap. toImmutable()
ImmutableIntFloatMap
SynchronizedIntFloatMap. toImmutable()
ImmutableIntFloatMap
UnmodifiableIntFloatMap. toImmutable()
-