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