Uses of Interface
org.eclipse.collections.api.map.primitive.MutableLongFloatMap
-
Packages that use MutableLongFloatMap 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 MutableLongFloatMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableLongFloatMap Modifier and Type Method Description MutableLongFloatMapMutableLongFloatMapFactory. empty()<T> MutableLongFloatMapMutableLongFloatMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongFloatMapMutableLongFloatMapFactory. of()Same asMutableLongFloatMapFactory.empty().default MutableLongFloatMapMutableLongFloatMapFactory. of(long key, float value)default MutableLongFloatMapMutableLongFloatMapFactory. of(long key1, float value1, long key2, float value2)default MutableLongFloatMapMutableLongFloatMapFactory. of(long key1, float value1, long key2, float value2, long key3, float value3)default MutableLongFloatMapMutableLongFloatMapFactory. of(long key1, float value1, long key2, float value2, long key3, float value3, long key4, float value4)MutableLongFloatMapMutableLongFloatMapFactory. ofAll(LongFloatMap map)MutableLongFloatMapMutableLongFloatMapFactory. ofInitialCapacity(int capacity)Same asMutableLongFloatMapFactory.empty().MutableLongFloatMapMutableLongFloatMapFactory. with()Same asMutableLongFloatMapFactory.empty().default MutableLongFloatMapMutableLongFloatMapFactory. with(long key, float value)default MutableLongFloatMapMutableLongFloatMapFactory. with(long key1, float value1, long key2, float value2)default MutableLongFloatMapMutableLongFloatMapFactory. with(long key1, float value1, long key2, float value2, long key3, float value3)default MutableLongFloatMapMutableLongFloatMapFactory. with(long key1, float value1, long key2, float value2, long key3, float value3, long key4, float value4)MutableLongFloatMapMutableLongFloatMapFactory. withAll(LongFloatMap map)MutableLongFloatMapMutableLongFloatMapFactory. withInitialCapacity(int capacity)Same asMutableLongFloatMapFactory.empty(). -
Uses of MutableLongFloatMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongFloatMap Modifier and Type Method Description MutableLongFloatMapMutableLongFloatMap. 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.MutableLongFloatMapMutableLongFloatMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableLongFloatMapMutableFloatLongMap. flipUniqueValues()MutableLongFloatMapMutableLongFloatMap. reject(LongFloatPredicate predicate)MutableLongFloatMapMutableLongFloatMap. select(LongFloatPredicate predicate)default MutableLongFloatMapMutableLongFloatMap. withAllKeyValues(java.lang.Iterable<LongFloatPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableLongFloatMapMutableLongFloatMap. withKeyValue(long key, float value)Associates a value with the specified key.MutableLongFloatMapMutableLongFloatMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongFloatMapMutableLongFloatMap. withoutKey(long key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableLongFloatMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableLongFloatMap Modifier and Type Field Description private MutableLongFloatMapImmutableLongFloatHashMap. delegate -
Uses of MutableLongFloatMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableLongFloatMap Modifier and Type Class Description classLongFloatHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedLongFloatMapA synchronized view of aMutableLongFloatMap.classUnmodifiableLongFloatMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableLongFloatMap Modifier and Type Field Description private MutableLongFloatMapSynchronizedLongFloatMap. mapprivate MutableLongFloatMapUnmodifiableLongFloatMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongFloatMap Modifier and Type Method Description MutableLongFloatMapLongFloatHashMap. asSynchronized()MutableLongFloatMapSynchronizedLongFloatMap. asSynchronized()MutableLongFloatMapUnmodifiableLongFloatMap. asSynchronized()MutableLongFloatMapLongFloatHashMap. asUnmodifiable()MutableLongFloatMapSynchronizedLongFloatMap. asUnmodifiable()MutableLongFloatMapUnmodifiableLongFloatMap. asUnmodifiable()MutableLongFloatMapMutableLongFloatMapFactoryImpl. empty()MutableLongFloatMapFloatLongHashMap. flipUniqueValues()MutableLongFloatMapSynchronizedFloatLongMap. flipUniqueValues()MutableLongFloatMapUnmodifiableFloatLongMap. flipUniqueValues()<T> MutableLongFloatMapMutableLongFloatMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)MutableLongFloatMapMutableLongFloatMapFactoryImpl. of()MutableLongFloatMapMutableLongFloatMapFactoryImpl. of(long key, float value)MutableLongFloatMapMutableLongFloatMapFactoryImpl. of(long key1, float value1, long key2, float value2)MutableLongFloatMapMutableLongFloatMapFactoryImpl. of(long key1, float value1, long key2, float value2, long key3, float value3)MutableLongFloatMapMutableLongFloatMapFactoryImpl. of(long key1, float value1, long key2, float value2, long key3, float value3, long key4, float value4)MutableLongFloatMapMutableLongFloatMapFactoryImpl. ofAll(LongFloatMap map)MutableLongFloatMapMutableLongFloatMapFactoryImpl. ofInitialCapacity(int capacity)MutableLongFloatMapSynchronizedLongFloatMap. reject(LongFloatPredicate predicate)MutableLongFloatMapUnmodifiableLongFloatMap. reject(LongFloatPredicate predicate)MutableLongFloatMapSynchronizedLongFloatMap. select(LongFloatPredicate predicate)MutableLongFloatMapUnmodifiableLongFloatMap. select(LongFloatPredicate predicate)MutableLongFloatMapMutableLongFloatMapFactoryImpl. with()MutableLongFloatMapMutableLongFloatMapFactoryImpl. with(long key, float value)MutableLongFloatMapMutableLongFloatMapFactoryImpl. with(long key1, float value1, long key2, float value2)MutableLongFloatMapMutableLongFloatMapFactoryImpl. with(long key1, float value1, long key2, float value2, long key3, float value3)MutableLongFloatMapMutableLongFloatMapFactoryImpl. with(long key1, float value1, long key2, float value2, long key3, float value3, long key4, float value4)MutableLongFloatMapMutableLongFloatMapFactoryImpl. withAll(LongFloatMap map)MutableLongFloatMapMutableLongFloatMapFactoryImpl. withInitialCapacity(int capacity)MutableLongFloatMapSynchronizedLongFloatMap. withKeyValue(long key, float value)MutableLongFloatMapUnmodifiableLongFloatMap. withKeyValue(long key, float value)MutableLongFloatMapSynchronizedLongFloatMap. withoutAllKeys(LongIterable keys)MutableLongFloatMapUnmodifiableLongFloatMap. withoutAllKeys(LongIterable keys)MutableLongFloatMapSynchronizedLongFloatMap. withoutKey(long key)MutableLongFloatMapUnmodifiableLongFloatMap. withoutKey(long key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableLongFloatMap Constructor Description SynchronizedLongFloatMap(MutableLongFloatMap map)SynchronizedLongFloatMap(MutableLongFloatMap map, java.lang.Object newLock)UnmodifiableLongFloatMap(MutableLongFloatMap map)
-