Uses of Interface
org.eclipse.collections.api.map.primitive.MutableFloatLongMap
-
Packages that use MutableFloatLongMap 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 MutableFloatLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableFloatLongMap Modifier and Type Method Description MutableFloatLongMapMutableFloatLongMapFactory. empty()<T> MutableFloatLongMapMutableFloatLongMapFactory. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatLongMapMutableFloatLongMapFactory. of()Same asMutableFloatLongMapFactory.empty().default MutableFloatLongMapMutableFloatLongMapFactory. of(float key, long value)default MutableFloatLongMapMutableFloatLongMapFactory. of(float key1, long value1, float key2, long value2)default MutableFloatLongMapMutableFloatLongMapFactory. of(float key1, long value1, float key2, long value2, float key3, long value3)default MutableFloatLongMapMutableFloatLongMapFactory. of(float key1, long value1, float key2, long value2, float key3, long value3, float key4, long value4)MutableFloatLongMapMutableFloatLongMapFactory. ofAll(FloatLongMap map)MutableFloatLongMapMutableFloatLongMapFactory. ofInitialCapacity(int capacity)Same asMutableFloatLongMapFactory.empty().MutableFloatLongMapMutableFloatLongMapFactory. with()Same asMutableFloatLongMapFactory.empty().default MutableFloatLongMapMutableFloatLongMapFactory. with(float key, long value)default MutableFloatLongMapMutableFloatLongMapFactory. with(float key1, long value1, float key2, long value2)default MutableFloatLongMapMutableFloatLongMapFactory. with(float key1, long value1, float key2, long value2, float key3, long value3)default MutableFloatLongMapMutableFloatLongMapFactory. with(float key1, long value1, float key2, long value2, float key3, long value3, float key4, long value4)MutableFloatLongMapMutableFloatLongMapFactory. withAll(FloatLongMap map)MutableFloatLongMapMutableFloatLongMapFactory. withInitialCapacity(int capacity)Same asMutableFloatLongMapFactory.empty(). -
Uses of MutableFloatLongMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableFloatLongMap Modifier and Type Method Description MutableFloatLongMapMutableFloatLongMap. 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.MutableFloatLongMapMutableFloatLongMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableFloatLongMapMutableLongFloatMap. flipUniqueValues()MutableFloatLongMapMutableFloatLongMap. reject(FloatLongPredicate predicate)MutableFloatLongMapMutableFloatLongMap. select(FloatLongPredicate predicate)default MutableFloatLongMapMutableFloatLongMap. withAllKeyValues(java.lang.Iterable<FloatLongPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableFloatLongMapMutableFloatLongMap. withKeyValue(float key, long value)Associates a value with the specified key.MutableFloatLongMapMutableFloatLongMap. withoutAllKeys(FloatIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatLongMapMutableFloatLongMap. withoutKey(float key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableFloatLongMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableFloatLongMap Modifier and Type Field Description private MutableFloatLongMapImmutableFloatLongHashMap. delegate -
Uses of MutableFloatLongMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableFloatLongMap Modifier and Type Class Description classFloatLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedFloatLongMapA synchronized view of aMutableFloatLongMap.classUnmodifiableFloatLongMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableFloatLongMap Modifier and Type Field Description private MutableFloatLongMapSynchronizedFloatLongMap. mapprivate MutableFloatLongMapUnmodifiableFloatLongMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableFloatLongMap Modifier and Type Method Description MutableFloatLongMapFloatLongHashMap. asSynchronized()MutableFloatLongMapSynchronizedFloatLongMap. asSynchronized()MutableFloatLongMapUnmodifiableFloatLongMap. asSynchronized()MutableFloatLongMapFloatLongHashMap. asUnmodifiable()MutableFloatLongMapSynchronizedFloatLongMap. asUnmodifiable()MutableFloatLongMapUnmodifiableFloatLongMap. asUnmodifiable()MutableFloatLongMapMutableFloatLongMapFactoryImpl. empty()MutableFloatLongMapLongFloatHashMap. flipUniqueValues()MutableFloatLongMapSynchronizedLongFloatMap. flipUniqueValues()MutableFloatLongMapUnmodifiableLongFloatMap. flipUniqueValues()<T> MutableFloatLongMapMutableFloatLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)MutableFloatLongMapMutableFloatLongMapFactoryImpl. of()MutableFloatLongMapMutableFloatLongMapFactoryImpl. of(float key, long value)MutableFloatLongMapMutableFloatLongMapFactoryImpl. of(float key1, long value1, float key2, long value2)MutableFloatLongMapMutableFloatLongMapFactoryImpl. of(float key1, long value1, float key2, long value2, float key3, long value3)MutableFloatLongMapMutableFloatLongMapFactoryImpl. of(float key1, long value1, float key2, long value2, float key3, long value3, float key4, long value4)MutableFloatLongMapMutableFloatLongMapFactoryImpl. ofAll(FloatLongMap map)MutableFloatLongMapMutableFloatLongMapFactoryImpl. ofInitialCapacity(int capacity)MutableFloatLongMapSynchronizedFloatLongMap. reject(FloatLongPredicate predicate)MutableFloatLongMapUnmodifiableFloatLongMap. reject(FloatLongPredicate predicate)MutableFloatLongMapSynchronizedFloatLongMap. select(FloatLongPredicate predicate)MutableFloatLongMapUnmodifiableFloatLongMap. select(FloatLongPredicate predicate)MutableFloatLongMapMutableFloatLongMapFactoryImpl. with()MutableFloatLongMapMutableFloatLongMapFactoryImpl. with(float key, long value)MutableFloatLongMapMutableFloatLongMapFactoryImpl. with(float key1, long value1, float key2, long value2)MutableFloatLongMapMutableFloatLongMapFactoryImpl. with(float key1, long value1, float key2, long value2, float key3, long value3)MutableFloatLongMapMutableFloatLongMapFactoryImpl. with(float key1, long value1, float key2, long value2, float key3, long value3, float key4, long value4)MutableFloatLongMapMutableFloatLongMapFactoryImpl. withAll(FloatLongMap map)MutableFloatLongMapMutableFloatLongMapFactoryImpl. withInitialCapacity(int capacity)MutableFloatLongMapSynchronizedFloatLongMap. withKeyValue(float key, long value)MutableFloatLongMapUnmodifiableFloatLongMap. withKeyValue(float key, long value)MutableFloatLongMapSynchronizedFloatLongMap. withoutAllKeys(FloatIterable keys)MutableFloatLongMapUnmodifiableFloatLongMap. withoutAllKeys(FloatIterable keys)MutableFloatLongMapSynchronizedFloatLongMap. withoutKey(float key)MutableFloatLongMapUnmodifiableFloatLongMap. withoutKey(float key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableFloatLongMap Constructor Description SynchronizedFloatLongMap(MutableFloatLongMap map)SynchronizedFloatLongMap(MutableFloatLongMap map, java.lang.Object newLock)UnmodifiableFloatLongMap(MutableFloatLongMap map)
-