Uses of Interface
org.eclipse.collections.api.map.primitive.MutableFloatIntMap
-
Packages that use MutableFloatIntMap 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 MutableFloatIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableFloatIntMap Modifier and Type Method Description MutableFloatIntMapMutableFloatIntMapFactory. empty()<T> MutableFloatIntMapMutableFloatIntMapFactory. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anMutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatIntMapMutableFloatIntMapFactory. of()Same asMutableFloatIntMapFactory.empty().default MutableFloatIntMapMutableFloatIntMapFactory. of(float key, int value)default MutableFloatIntMapMutableFloatIntMapFactory. of(float key1, int value1, float key2, int value2)default MutableFloatIntMapMutableFloatIntMapFactory. of(float key1, int value1, float key2, int value2, float key3, int value3)default MutableFloatIntMapMutableFloatIntMapFactory. of(float key1, int value1, float key2, int value2, float key3, int value3, float key4, int value4)MutableFloatIntMapMutableFloatIntMapFactory. ofAll(FloatIntMap map)MutableFloatIntMapMutableFloatIntMapFactory. ofInitialCapacity(int capacity)Same asMutableFloatIntMapFactory.empty().MutableFloatIntMapMutableFloatIntMapFactory. with()Same asMutableFloatIntMapFactory.empty().default MutableFloatIntMapMutableFloatIntMapFactory. with(float key, int value)default MutableFloatIntMapMutableFloatIntMapFactory. with(float key1, int value1, float key2, int value2)default MutableFloatIntMapMutableFloatIntMapFactory. with(float key1, int value1, float key2, int value2, float key3, int value3)default MutableFloatIntMapMutableFloatIntMapFactory. with(float key1, int value1, float key2, int value2, float key3, int value3, float key4, int value4)MutableFloatIntMapMutableFloatIntMapFactory. withAll(FloatIntMap map)MutableFloatIntMapMutableFloatIntMapFactory. withInitialCapacity(int capacity)Same asMutableFloatIntMapFactory.empty(). -
Uses of MutableFloatIntMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableFloatIntMap Modifier and Type Method Description MutableFloatIntMapMutableFloatIntMap. asSynchronized()Returns a synchronized view of this map, delegating all operations to this map but ensuring only one caller has access to the map at a time.MutableFloatIntMapMutableFloatIntMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableFloatIntMapMutableIntFloatMap. flipUniqueValues()MutableFloatIntMapMutableFloatIntMap. reject(FloatIntPredicate predicate)MutableFloatIntMapMutableFloatIntMap. select(FloatIntPredicate predicate)default MutableFloatIntMapMutableFloatIntMap. withAllKeyValues(java.lang.Iterable<FloatIntPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableFloatIntMapMutableFloatIntMap. withKeyValue(float key, int value)Associates a value with the specified key.MutableFloatIntMapMutableFloatIntMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatIntMapMutableFloatIntMap. withoutKey(float key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableFloatIntMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableFloatIntMap Modifier and Type Field Description private MutableFloatIntMapImmutableFloatIntHashMap. delegate -
Uses of MutableFloatIntMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableFloatIntMap Modifier and Type Class Description classFloatIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedFloatIntMapA synchronized view of aMutableFloatIntMap.classUnmodifiableFloatIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableFloatIntMap Modifier and Type Field Description private MutableFloatIntMapSynchronizedFloatIntMap. mapprivate MutableFloatIntMapUnmodifiableFloatIntMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableFloatIntMap Modifier and Type Method Description MutableFloatIntMapFloatIntHashMap. asSynchronized()MutableFloatIntMapSynchronizedFloatIntMap. asSynchronized()MutableFloatIntMapUnmodifiableFloatIntMap. asSynchronized()MutableFloatIntMapFloatIntHashMap. asUnmodifiable()MutableFloatIntMapSynchronizedFloatIntMap. asUnmodifiable()MutableFloatIntMapUnmodifiableFloatIntMap. asUnmodifiable()MutableFloatIntMapMutableFloatIntMapFactoryImpl. empty()MutableFloatIntMapIntFloatHashMap. flipUniqueValues()MutableFloatIntMapSynchronizedIntFloatMap. flipUniqueValues()MutableFloatIntMapUnmodifiableIntFloatMap. flipUniqueValues()<T> MutableFloatIntMapMutableFloatIntMapFactoryImpl. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)MutableFloatIntMapMutableFloatIntMapFactoryImpl. of()MutableFloatIntMapMutableFloatIntMapFactoryImpl. of(float key, int value)MutableFloatIntMapMutableFloatIntMapFactoryImpl. of(float key1, int value1, float key2, int value2)MutableFloatIntMapMutableFloatIntMapFactoryImpl. of(float key1, int value1, float key2, int value2, float key3, int value3)MutableFloatIntMapMutableFloatIntMapFactoryImpl. of(float key1, int value1, float key2, int value2, float key3, int value3, float key4, int value4)MutableFloatIntMapMutableFloatIntMapFactoryImpl. ofAll(FloatIntMap map)MutableFloatIntMapMutableFloatIntMapFactoryImpl. ofInitialCapacity(int capacity)MutableFloatIntMapSynchronizedFloatIntMap. reject(FloatIntPredicate predicate)MutableFloatIntMapUnmodifiableFloatIntMap. reject(FloatIntPredicate predicate)MutableFloatIntMapSynchronizedFloatIntMap. select(FloatIntPredicate predicate)MutableFloatIntMapUnmodifiableFloatIntMap. select(FloatIntPredicate predicate)MutableFloatIntMapMutableFloatIntMapFactoryImpl. with()MutableFloatIntMapMutableFloatIntMapFactoryImpl. with(float key, int value)MutableFloatIntMapMutableFloatIntMapFactoryImpl. with(float key1, int value1, float key2, int value2)MutableFloatIntMapMutableFloatIntMapFactoryImpl. with(float key1, int value1, float key2, int value2, float key3, int value3)MutableFloatIntMapMutableFloatIntMapFactoryImpl. with(float key1, int value1, float key2, int value2, float key3, int value3, float key4, int value4)MutableFloatIntMapMutableFloatIntMapFactoryImpl. withAll(FloatIntMap map)MutableFloatIntMapMutableFloatIntMapFactoryImpl. withInitialCapacity(int capacity)MutableFloatIntMapSynchronizedFloatIntMap. withKeyValue(float key, int value)MutableFloatIntMapUnmodifiableFloatIntMap. withKeyValue(float key, int value)MutableFloatIntMapSynchronizedFloatIntMap. withoutAllKeys(FloatIterable keys)MutableFloatIntMapUnmodifiableFloatIntMap. withoutAllKeys(FloatIterable keys)MutableFloatIntMapSynchronizedFloatIntMap. withoutKey(float key)MutableFloatIntMapUnmodifiableFloatIntMap. withoutKey(float key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableFloatIntMap Constructor Description SynchronizedFloatIntMap(MutableFloatIntMap map)SynchronizedFloatIntMap(MutableFloatIntMap map, java.lang.Object newLock)UnmodifiableFloatIntMap(MutableFloatIntMap map)
-