Uses of Interface
org.eclipse.collections.api.map.primitive.MutableIntByteMap
Packages that use MutableIntByteMap
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 MutableIntByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableIntByteMapModifier and TypeMethodDescriptionMutableIntByteMapFactory.empty()MutableIntByteMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableIntByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntByteMapFactory.of()Same asMutableIntByteMapFactory.empty().default MutableIntByteMapMutableIntByteMapFactory.of(int key, byte value) default MutableIntByteMapMutableIntByteMapFactory.of(int key1, byte value1, int key2, byte value2) default MutableIntByteMapMutableIntByteMapFactory.of(int key1, byte value1, int key2, byte value2, int key3, byte value3) default MutableIntByteMapMutableIntByteMapFactory.of(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) MutableIntByteMapFactory.ofAll(IntByteMap map) MutableIntByteMapFactory.ofInitialCapacity(int capacity) Same asMutableIntByteMapFactory.empty().MutableIntByteMapFactory.with()Same asMutableIntByteMapFactory.empty().default MutableIntByteMapMutableIntByteMapFactory.with(int key, byte value) default MutableIntByteMapMutableIntByteMapFactory.with(int key1, byte value1, int key2, byte value2) default MutableIntByteMapMutableIntByteMapFactory.with(int key1, byte value1, int key2, byte value2, int key3, byte value3) default MutableIntByteMapMutableIntByteMapFactory.with(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) MutableIntByteMapFactory.withAll(IntByteMap map) MutableIntByteMapFactory.withInitialCapacity(int capacity) Same asMutableIntByteMapFactory.empty(). -
Uses of MutableIntByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntByteMapModifier and TypeMethodDescriptionMutableIntByteMap.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.MutableIntByteMap.asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableByteIntMap.flipUniqueValues()MutableIntByteMap.reject(IntBytePredicate predicate) MutableIntByteMap.select(IntBytePredicate predicate) default MutableIntByteMapMutableIntByteMap.withAllKeyValues(Iterable<IntBytePair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.MutableIntByteMap.withKeyValue(int key, byte value) Associates a value with the specified key.MutableIntByteMap.withoutAllKeys(IntIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableIntByteMap.withoutKey(int key) Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableIntByteMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableIntByteMapModifier and TypeFieldDescriptionprivate final MutableIntByteMapImmutableIntByteHashMap.delegate -
Uses of MutableIntByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntByteMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classA synchronized view of aMutableIntByteMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableIntByteMapModifier and TypeFieldDescriptionprivate final MutableIntByteMapSynchronizedIntByteMap.mapprivate final MutableIntByteMapUnmodifiableIntByteMap.mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntByteMapModifier and TypeMethodDescriptionIntByteHashMap.asSynchronized()SynchronizedIntByteMap.asSynchronized()UnmodifiableIntByteMap.asSynchronized()IntByteHashMap.asUnmodifiable()SynchronizedIntByteMap.asUnmodifiable()UnmodifiableIntByteMap.asUnmodifiable()MutableIntByteMapFactoryImpl.empty()ByteIntHashMap.flipUniqueValues()SynchronizedByteIntMap.flipUniqueValues()UnmodifiableByteIntMap.flipUniqueValues()MutableIntByteMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) MutableIntByteMapFactoryImpl.of()MutableIntByteMapFactoryImpl.of(int key, byte value) MutableIntByteMapFactoryImpl.of(int key1, byte value1, int key2, byte value2) MutableIntByteMapFactoryImpl.of(int key1, byte value1, int key2, byte value2, int key3, byte value3) MutableIntByteMapFactoryImpl.of(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) MutableIntByteMapFactoryImpl.ofAll(IntByteMap map) MutableIntByteMapFactoryImpl.ofInitialCapacity(int capacity) SynchronizedIntByteMap.reject(IntBytePredicate predicate) UnmodifiableIntByteMap.reject(IntBytePredicate predicate) SynchronizedIntByteMap.select(IntBytePredicate predicate) UnmodifiableIntByteMap.select(IntBytePredicate predicate) MutableIntByteMapFactoryImpl.with()MutableIntByteMapFactoryImpl.with(int key, byte value) MutableIntByteMapFactoryImpl.with(int key1, byte value1, int key2, byte value2) MutableIntByteMapFactoryImpl.with(int key1, byte value1, int key2, byte value2, int key3, byte value3) MutableIntByteMapFactoryImpl.with(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4) MutableIntByteMapFactoryImpl.withAll(IntByteMap map) MutableIntByteMapFactoryImpl.withInitialCapacity(int capacity) SynchronizedIntByteMap.withKeyValue(int key, byte value) UnmodifiableIntByteMap.withKeyValue(int key, byte value) SynchronizedIntByteMap.withoutAllKeys(IntIterable keys) UnmodifiableIntByteMap.withoutAllKeys(IntIterable keys) SynchronizedIntByteMap.withoutKey(int key) UnmodifiableIntByteMap.withoutKey(int key) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableIntByteMap