Uses of Interface
org.eclipse.collections.api.map.primitive.MutableIntByteMap
-
Packages that use MutableIntByteMap 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 MutableIntByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableIntByteMap Modifier and Type Method Description MutableIntByteMap
MutableIntByteMapFactory. empty()
<T> MutableIntByteMap
MutableIntByteMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
Creates anMutableIntByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableIntByteMap
MutableIntByteMapFactory. of()
Same asMutableIntByteMapFactory.empty()
.default MutableIntByteMap
MutableIntByteMapFactory. of(int key, byte value)
default MutableIntByteMap
MutableIntByteMapFactory. of(int key1, byte value1, int key2, byte value2)
default MutableIntByteMap
MutableIntByteMapFactory. of(int key1, byte value1, int key2, byte value2, int key3, byte value3)
default MutableIntByteMap
MutableIntByteMapFactory. of(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4)
MutableIntByteMap
MutableIntByteMapFactory. ofAll(IntByteMap map)
MutableIntByteMap
MutableIntByteMapFactory. ofInitialCapacity(int capacity)
Same asMutableIntByteMapFactory.empty()
.MutableIntByteMap
MutableIntByteMapFactory. with()
Same asMutableIntByteMapFactory.empty()
.default MutableIntByteMap
MutableIntByteMapFactory. with(int key, byte value)
default MutableIntByteMap
MutableIntByteMapFactory. with(int key1, byte value1, int key2, byte value2)
default MutableIntByteMap
MutableIntByteMapFactory. with(int key1, byte value1, int key2, byte value2, int key3, byte value3)
default MutableIntByteMap
MutableIntByteMapFactory. with(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4)
MutableIntByteMap
MutableIntByteMapFactory. withAll(IntByteMap map)
MutableIntByteMap
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 MutableIntByteMap Modifier and Type Method Description MutableIntByteMap
MutableIntByteMap. 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
MutableIntByteMap. asUnmodifiable()
Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationException
for all mutating operations.MutableIntByteMap
MutableByteIntMap. flipUniqueValues()
MutableIntByteMap
MutableIntByteMap. reject(IntBytePredicate predicate)
MutableIntByteMap
MutableIntByteMap. select(IntBytePredicate predicate)
default MutableIntByteMap
MutableIntByteMap. withAllKeyValues(java.lang.Iterable<IntBytePair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map.MutableIntByteMap
MutableIntByteMap. withKeyValue(int key, byte value)
Associates a value with the specified key.MutableIntByteMap
MutableIntByteMap. withoutAllKeys(IntIterable keys)
Removes the mappings associated with all the keys, if they exist, from this map.MutableIntByteMap
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 MutableIntByteMap Modifier and Type Field Description private MutableIntByteMap
ImmutableIntByteHashMap. delegate
-
Uses of MutableIntByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntByteMap Modifier and Type Class Description class
IntByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedIntByteMap
A synchronized view of aMutableIntByteMap
.class
UnmodifiableIntByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableIntByteMap Modifier and Type Field Description private MutableIntByteMap
SynchronizedIntByteMap. map
private MutableIntByteMap
UnmodifiableIntByteMap. map
Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntByteMap Modifier and Type Method Description MutableIntByteMap
IntByteHashMap. asSynchronized()
MutableIntByteMap
SynchronizedIntByteMap. asSynchronized()
MutableIntByteMap
UnmodifiableIntByteMap. asSynchronized()
MutableIntByteMap
IntByteHashMap. asUnmodifiable()
MutableIntByteMap
SynchronizedIntByteMap. asUnmodifiable()
MutableIntByteMap
UnmodifiableIntByteMap. asUnmodifiable()
MutableIntByteMap
MutableIntByteMapFactoryImpl. empty()
MutableIntByteMap
ByteIntHashMap. flipUniqueValues()
MutableIntByteMap
SynchronizedByteIntMap. flipUniqueValues()
MutableIntByteMap
UnmodifiableByteIntMap. flipUniqueValues()
<T> MutableIntByteMap
MutableIntByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
MutableIntByteMap
MutableIntByteMapFactoryImpl. of()
MutableIntByteMap
MutableIntByteMapFactoryImpl. of(int key, byte value)
MutableIntByteMap
MutableIntByteMapFactoryImpl. of(int key1, byte value1, int key2, byte value2)
MutableIntByteMap
MutableIntByteMapFactoryImpl. of(int key1, byte value1, int key2, byte value2, int key3, byte value3)
MutableIntByteMap
MutableIntByteMapFactoryImpl. of(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4)
MutableIntByteMap
MutableIntByteMapFactoryImpl. ofAll(IntByteMap map)
MutableIntByteMap
MutableIntByteMapFactoryImpl. ofInitialCapacity(int capacity)
MutableIntByteMap
SynchronizedIntByteMap. reject(IntBytePredicate predicate)
MutableIntByteMap
UnmodifiableIntByteMap. reject(IntBytePredicate predicate)
MutableIntByteMap
SynchronizedIntByteMap. select(IntBytePredicate predicate)
MutableIntByteMap
UnmodifiableIntByteMap. select(IntBytePredicate predicate)
MutableIntByteMap
MutableIntByteMapFactoryImpl. with()
MutableIntByteMap
MutableIntByteMapFactoryImpl. with(int key, byte value)
MutableIntByteMap
MutableIntByteMapFactoryImpl. with(int key1, byte value1, int key2, byte value2)
MutableIntByteMap
MutableIntByteMapFactoryImpl. with(int key1, byte value1, int key2, byte value2, int key3, byte value3)
MutableIntByteMap
MutableIntByteMapFactoryImpl. with(int key1, byte value1, int key2, byte value2, int key3, byte value3, int key4, byte value4)
MutableIntByteMap
MutableIntByteMapFactoryImpl. withAll(IntByteMap map)
MutableIntByteMap
MutableIntByteMapFactoryImpl. withInitialCapacity(int capacity)
MutableIntByteMap
SynchronizedIntByteMap. withKeyValue(int key, byte value)
MutableIntByteMap
UnmodifiableIntByteMap. withKeyValue(int key, byte value)
MutableIntByteMap
SynchronizedIntByteMap. withoutAllKeys(IntIterable keys)
MutableIntByteMap
UnmodifiableIntByteMap. withoutAllKeys(IntIterable keys)
MutableIntByteMap
SynchronizedIntByteMap. withoutKey(int key)
MutableIntByteMap
UnmodifiableIntByteMap. withoutKey(int key)
Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableIntByteMap Constructor Description SynchronizedIntByteMap(MutableIntByteMap map)
SynchronizedIntByteMap(MutableIntByteMap map, java.lang.Object newLock)
UnmodifiableIntByteMap(MutableIntByteMap map)
-