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 ImmutableIntFloatMapImmutableIntFloatMapFactory. empty()<T> ImmutableIntFloatMapImmutableIntFloatMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntFloatMapImmutableIntFloatMapFactory. of()Same asImmutableIntFloatMapFactory.empty().ImmutableIntFloatMapImmutableIntFloatMapFactory. of(int key, float value)ImmutableIntFloatMapImmutableIntFloatMapFactory. ofAll(IntFloatMap map)ImmutableIntFloatMapImmutableIntFloatMapFactory. with()Same asImmutableIntFloatMapFactory.empty().ImmutableIntFloatMapImmutableIntFloatMapFactory. with(int key, float value)ImmutableIntFloatMapImmutableIntFloatMapFactory. 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 ImmutableIntFloatMapImmutableFloatIntMap. flipUniqueValues()ImmutableIntFloatMapImmutableIntFloatMap. 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.ImmutableIntFloatMapImmutableIntFloatMap. 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.ImmutableIntFloatMapImmutableIntFloatMap. 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.ImmutableIntFloatMapImmutableIntFloatMap. reject(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatMap. select(IntFloatPredicate predicate)ImmutableIntFloatMapIntFloatMap. 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) classImmutableIntFloatEmptyMapImmutableIntFloatEmptyMap is an optimization forImmutableIntFloatMapof size 0.(package private) classImmutableIntFloatHashMapImmutableIntFloatHashMap is the non-modifiable equivalent ofIntFloatHashMap.(package private) classImmutableIntFloatSingletonMapImmutableIntFloatSingletonMap is an optimization forImmutableIntFloatMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableIntFloatMap Modifier and Type Field Description (package private) static ImmutableIntFloatMapImmutableIntFloatEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntFloatMap Modifier and Type Method Description ImmutableIntFloatMapImmutableIntFloatMapFactoryImpl. empty()ImmutableIntFloatMapImmutableFloatIntEmptyMap. flipUniqueValues()ImmutableIntFloatMapImmutableFloatIntHashMap. flipUniqueValues()ImmutableIntFloatMapImmutableFloatIntSingletonMap. flipUniqueValues()<T> ImmutableIntFloatMapImmutableIntFloatMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)ImmutableIntFloatMapImmutableIntFloatEmptyMap. newWithKeyValue(int key, float value)ImmutableIntFloatMapImmutableIntFloatHashMap. newWithKeyValue(int key, float value)ImmutableIntFloatMapImmutableIntFloatSingletonMap. newWithKeyValue(int key, float value)ImmutableIntFloatMapImmutableIntFloatEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntFloatMapImmutableIntFloatHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntFloatMapImmutableIntFloatSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntFloatMapImmutableIntFloatEmptyMap. newWithoutKey(int key)ImmutableIntFloatMapImmutableIntFloatHashMap. newWithoutKey(int key)ImmutableIntFloatMapImmutableIntFloatSingletonMap. newWithoutKey(int key)ImmutableIntFloatMapImmutableIntFloatMapFactoryImpl. of()ImmutableIntFloatMapImmutableIntFloatMapFactoryImpl. of(int key, float value)ImmutableIntFloatMapImmutableIntFloatMapFactoryImpl. ofAll(IntFloatMap map)ImmutableIntFloatMapImmutableIntFloatEmptyMap. reject(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatHashMap. reject(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatSingletonMap. reject(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatEmptyMap. select(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatHashMap. select(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatSingletonMap. select(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatEmptyMap. toImmutable()ImmutableIntFloatMapImmutableIntFloatHashMap. toImmutable()ImmutableIntFloatMapImmutableIntFloatSingletonMap. toImmutable()ImmutableIntFloatMapImmutableIntFloatMapFactoryImpl. with()ImmutableIntFloatMapImmutableIntFloatMapFactoryImpl. with(int key, float value)ImmutableIntFloatMapImmutableIntFloatMapFactoryImpl. 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 ImmutableIntFloatMapIntFloatHashMap. toImmutable()ImmutableIntFloatMapSynchronizedIntFloatMap. toImmutable()ImmutableIntFloatMapUnmodifiableIntFloatMap. toImmutable()
-