Uses of Interface
org.eclipse.collections.api.map.primitive.MutableLongShortMap
Packages that use MutableLongShortMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of MutableLongShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableLongShortMapModifier and TypeMethodDescriptionMutableLongShortMapFactory.empty()MutableLongShortMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableLongShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongShortMapFactory.of()Same asMutableLongShortMapFactory.empty().default MutableLongShortMapMutableLongShortMapFactory.of(long key, short value) default MutableLongShortMapMutableLongShortMapFactory.of(long key1, short value1, long key2, short value2) default MutableLongShortMapMutableLongShortMapFactory.of(long key1, short value1, long key2, short value2, long key3, short value3) default MutableLongShortMapMutableLongShortMapFactory.of(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4) MutableLongShortMapFactory.ofAll(LongShortMap map) MutableLongShortMapFactory.ofInitialCapacity(int capacity) Same asMutableLongShortMapFactory.empty().MutableLongShortMapFactory.with()Same asMutableLongShortMapFactory.empty().default MutableLongShortMapMutableLongShortMapFactory.with(long key, short value) default MutableLongShortMapMutableLongShortMapFactory.with(long key1, short value1, long key2, short value2) default MutableLongShortMapMutableLongShortMapFactory.with(long key1, short value1, long key2, short value2, long key3, short value3) default MutableLongShortMapMutableLongShortMapFactory.with(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4) MutableLongShortMapFactory.withAll(LongShortMap map) MutableLongShortMapFactory.withInitialCapacity(int capacity) Same asMutableLongShortMapFactory.empty(). -
Uses of MutableLongShortMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongShortMapModifier and TypeMethodDescriptionMutableLongShortMap.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.MutableLongShortMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableShortLongMap.flipUniqueValues()MutableLongShortMap.reject(LongShortPredicate predicate) MutableLongShortMap.select(LongShortPredicate predicate) default MutableLongShortMapMutableLongShortMap.withAllKeyValues(Iterable<LongShortPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableLongShortMap.withKeyValue(long key, short value) Associates a value with the specified key.MutableLongShortMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongShortMap.withoutKey(long key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableLongShortMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableLongShortMapModifier and TypeFieldDescriptionprivate final MutableLongShortMapImmutableLongShortHashMap.delegate -
Uses of MutableLongShortMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableLongShortMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableLongShortMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableLongShortMapModifier and TypeFieldDescriptionprivate final MutableLongShortMapSynchronizedLongShortMap.mapprivate final MutableLongShortMapUnmodifiableLongShortMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongShortMapModifier and TypeMethodDescriptionLongShortHashMap.asSynchronized()SynchronizedLongShortMap.asSynchronized()UnmodifiableLongShortMap.asSynchronized()LongShortHashMap.asUnmodifiable()SynchronizedLongShortMap.asUnmodifiable()UnmodifiableLongShortMap.asUnmodifiable()MutableLongShortMapFactoryImpl.empty()ShortLongHashMap.flipUniqueValues()SynchronizedShortLongMap.flipUniqueValues()UnmodifiableShortLongMap.flipUniqueValues()MutableLongShortMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableLongShortMapFactoryImpl.of()MutableLongShortMapFactoryImpl.of(long key, short value) MutableLongShortMapFactoryImpl.of(long key1, short value1, long key2, short value2) MutableLongShortMapFactoryImpl.of(long key1, short value1, long key2, short value2, long key3, short value3) MutableLongShortMapFactoryImpl.of(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4) MutableLongShortMapFactoryImpl.ofAll(LongShortMap map) MutableLongShortMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedLongShortMap.reject(LongShortPredicate predicate) UnmodifiableLongShortMap.reject(LongShortPredicate predicate) SynchronizedLongShortMap.select(LongShortPredicate predicate) UnmodifiableLongShortMap.select(LongShortPredicate predicate) MutableLongShortMapFactoryImpl.with()MutableLongShortMapFactoryImpl.with(long key, short value) MutableLongShortMapFactoryImpl.with(long key1, short value1, long key2, short value2) MutableLongShortMapFactoryImpl.with(long key1, short value1, long key2, short value2, long key3, short value3) MutableLongShortMapFactoryImpl.with(long key1, short value1, long key2, short value2, long key3, short value3, long key4, short value4) MutableLongShortMapFactoryImpl.withAll(LongShortMap map) MutableLongShortMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedLongShortMap.withKeyValue(long key, short value) UnmodifiableLongShortMap.withKeyValue(long key, short value) SynchronizedLongShortMap.withoutAllKeys(LongIterable keys) UnmodifiableLongShortMap.withoutAllKeys(LongIterable keys) SynchronizedLongShortMap.withoutKey(long key) UnmodifiableLongShortMap.withoutKey(long key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableLongShortMap