Uses of Interface
org.eclipse.collections.api.map.primitive.MutableLongByteMap
Packages that use MutableLongByteMap
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 MutableLongByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableLongByteMapModifier and TypeMethodDescriptionMutableLongByteMapFactory.empty()MutableLongByteMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongByteMapFactory.of()Same asMutableLongByteMapFactory.empty().default MutableLongByteMapMutableLongByteMapFactory.of(long key, byte value) default MutableLongByteMapMutableLongByteMapFactory.of(long key1, byte value1, long key2, byte value2) default MutableLongByteMapMutableLongByteMapFactory.of(long key1, byte value1, long key2, byte value2, long key3, byte value3) default MutableLongByteMapMutableLongByteMapFactory.of(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4) MutableLongByteMapFactory.ofAll(LongByteMap map) MutableLongByteMapFactory.ofInitialCapacity(int capacity) Same asMutableLongByteMapFactory.empty().MutableLongByteMapFactory.with()Same asMutableLongByteMapFactory.empty().default MutableLongByteMapMutableLongByteMapFactory.with(long key, byte value) default MutableLongByteMapMutableLongByteMapFactory.with(long key1, byte value1, long key2, byte value2) default MutableLongByteMapMutableLongByteMapFactory.with(long key1, byte value1, long key2, byte value2, long key3, byte value3) default MutableLongByteMapMutableLongByteMapFactory.with(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4) MutableLongByteMapFactory.withAll(LongByteMap map) MutableLongByteMapFactory.withInitialCapacity(int capacity) Same asMutableLongByteMapFactory.empty(). -
Uses of MutableLongByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongByteMapModifier and TypeMethodDescriptionMutableLongByteMap.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.MutableLongByteMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableByteLongMap.flipUniqueValues()MutableLongByteMap.reject(LongBytePredicate predicate) MutableLongByteMap.select(LongBytePredicate predicate) default MutableLongByteMapMutableLongByteMap.withAllKeyValues(Iterable<LongBytePair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableLongByteMap.withKeyValue(long key, byte value) Associates a value with the specified key.MutableLongByteMap.withoutAllKeys(LongIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableLongByteMap.withoutKey(long key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableLongByteMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableLongByteMapModifier and TypeFieldDescriptionprivate final MutableLongByteMapImmutableLongByteHashMap.delegate -
Uses of MutableLongByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableLongByteMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableLongByteMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableLongByteMapModifier and TypeFieldDescriptionprivate final MutableLongByteMapSynchronizedLongByteMap.mapprivate final MutableLongByteMapUnmodifiableLongByteMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongByteMapModifier and TypeMethodDescriptionLongByteHashMap.asSynchronized()SynchronizedLongByteMap.asSynchronized()UnmodifiableLongByteMap.asSynchronized()LongByteHashMap.asUnmodifiable()SynchronizedLongByteMap.asUnmodifiable()UnmodifiableLongByteMap.asUnmodifiable()MutableLongByteMapFactoryImpl.empty()ByteLongHashMap.flipUniqueValues()SynchronizedByteLongMap.flipUniqueValues()UnmodifiableByteLongMap.flipUniqueValues()MutableLongByteMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) MutableLongByteMapFactoryImpl.of()MutableLongByteMapFactoryImpl.of(long key, byte value) MutableLongByteMapFactoryImpl.of(long key1, byte value1, long key2, byte value2) MutableLongByteMapFactoryImpl.of(long key1, byte value1, long key2, byte value2, long key3, byte value3) MutableLongByteMapFactoryImpl.of(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4) MutableLongByteMapFactoryImpl.ofAll(LongByteMap map) MutableLongByteMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedLongByteMap.reject(LongBytePredicate predicate) UnmodifiableLongByteMap.reject(LongBytePredicate predicate) SynchronizedLongByteMap.select(LongBytePredicate predicate) UnmodifiableLongByteMap.select(LongBytePredicate predicate) MutableLongByteMapFactoryImpl.with()MutableLongByteMapFactoryImpl.with(long key, byte value) MutableLongByteMapFactoryImpl.with(long key1, byte value1, long key2, byte value2) MutableLongByteMapFactoryImpl.with(long key1, byte value1, long key2, byte value2, long key3, byte value3) MutableLongByteMapFactoryImpl.with(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4) MutableLongByteMapFactoryImpl.withAll(LongByteMap map) MutableLongByteMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedLongByteMap.withKeyValue(long key, byte value) UnmodifiableLongByteMap.withKeyValue(long key, byte value) SynchronizedLongByteMap.withoutAllKeys(LongIterable keys) UnmodifiableLongByteMap.withoutAllKeys(LongIterable keys) SynchronizedLongByteMap.withoutKey(long key) UnmodifiableLongByteMap.withoutKey(long key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableLongByteMap