Uses of Interface
org.eclipse.collections.api.map.primitive.MutableByteIntMap
-
Packages that use MutableByteIntMap 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 MutableByteIntMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableByteIntMap Modifier and Type Method Description MutableByteIntMapMutableByteIntMapFactory. empty()<T> MutableByteIntMapMutableByteIntMapFactory. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anMutableByteIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteIntMapMutableByteIntMapFactory. of()Same asMutableByteIntMapFactory.empty().default MutableByteIntMapMutableByteIntMapFactory. of(byte key, int value)default MutableByteIntMapMutableByteIntMapFactory. of(byte key1, int value1, byte key2, int value2)default MutableByteIntMapMutableByteIntMapFactory. of(byte key1, int value1, byte key2, int value2, byte key3, int value3)default MutableByteIntMapMutableByteIntMapFactory. of(byte key1, int value1, byte key2, int value2, byte key3, int value3, byte key4, int value4)MutableByteIntMapMutableByteIntMapFactory. ofAll(ByteIntMap map)MutableByteIntMapMutableByteIntMapFactory. ofInitialCapacity(int capacity)Same asMutableByteIntMapFactory.empty().MutableByteIntMapMutableByteIntMapFactory. with()Same asMutableByteIntMapFactory.empty().default MutableByteIntMapMutableByteIntMapFactory. with(byte key, int value)default MutableByteIntMapMutableByteIntMapFactory. with(byte key1, int value1, byte key2, int value2)default MutableByteIntMapMutableByteIntMapFactory. with(byte key1, int value1, byte key2, int value2, byte key3, int value3)default MutableByteIntMapMutableByteIntMapFactory. with(byte key1, int value1, byte key2, int value2, byte key3, int value3, byte key4, int value4)MutableByteIntMapMutableByteIntMapFactory. withAll(ByteIntMap map)MutableByteIntMapMutableByteIntMapFactory. withInitialCapacity(int capacity)Same asMutableByteIntMapFactory.empty(). -
Uses of MutableByteIntMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableByteIntMap Modifier and Type Method Description MutableByteIntMapMutableByteIntMap. 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.MutableByteIntMapMutableByteIntMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableByteIntMapMutableIntByteMap. flipUniqueValues()MutableByteIntMapMutableByteIntMap. reject(ByteIntPredicate predicate)MutableByteIntMapMutableByteIntMap. select(ByteIntPredicate predicate)default MutableByteIntMapMutableByteIntMap. withAllKeyValues(java.lang.Iterable<ByteIntPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableByteIntMapMutableByteIntMap. withKeyValue(byte key, int value)Associates a value with the specified key.MutableByteIntMapMutableByteIntMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteIntMapMutableByteIntMap. withoutKey(byte key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableByteIntMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableByteIntMap Modifier and Type Field Description private MutableByteIntMapImmutableByteIntHashMap. delegate -
Uses of MutableByteIntMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableByteIntMap Modifier and Type Class Description classByteIntHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedByteIntMapA synchronized view of aMutableByteIntMap.classUnmodifiableByteIntMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableByteIntMap Modifier and Type Field Description private MutableByteIntMapSynchronizedByteIntMap. mapprivate MutableByteIntMapUnmodifiableByteIntMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableByteIntMap Modifier and Type Method Description MutableByteIntMapByteIntHashMap. asSynchronized()MutableByteIntMapSynchronizedByteIntMap. asSynchronized()MutableByteIntMapUnmodifiableByteIntMap. asSynchronized()MutableByteIntMapByteIntHashMap. asUnmodifiable()MutableByteIntMapSynchronizedByteIntMap. asUnmodifiable()MutableByteIntMapUnmodifiableByteIntMap. asUnmodifiable()MutableByteIntMapMutableByteIntMapFactoryImpl. empty()MutableByteIntMapIntByteHashMap. flipUniqueValues()MutableByteIntMapSynchronizedIntByteMap. flipUniqueValues()MutableByteIntMapUnmodifiableIntByteMap. flipUniqueValues()<T> MutableByteIntMapMutableByteIntMapFactoryImpl. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)MutableByteIntMapMutableByteIntMapFactoryImpl. of()MutableByteIntMapMutableByteIntMapFactoryImpl. of(byte key, int value)MutableByteIntMapMutableByteIntMapFactoryImpl. of(byte key1, int value1, byte key2, int value2)MutableByteIntMapMutableByteIntMapFactoryImpl. of(byte key1, int value1, byte key2, int value2, byte key3, int value3)MutableByteIntMapMutableByteIntMapFactoryImpl. of(byte key1, int value1, byte key2, int value2, byte key3, int value3, byte key4, int value4)MutableByteIntMapMutableByteIntMapFactoryImpl. ofAll(ByteIntMap map)MutableByteIntMapMutableByteIntMapFactoryImpl. ofInitialCapacity(int capacity)MutableByteIntMapSynchronizedByteIntMap. reject(ByteIntPredicate predicate)MutableByteIntMapUnmodifiableByteIntMap. reject(ByteIntPredicate predicate)MutableByteIntMapSynchronizedByteIntMap. select(ByteIntPredicate predicate)MutableByteIntMapUnmodifiableByteIntMap. select(ByteIntPredicate predicate)MutableByteIntMapMutableByteIntMapFactoryImpl. with()MutableByteIntMapMutableByteIntMapFactoryImpl. with(byte key, int value)MutableByteIntMapMutableByteIntMapFactoryImpl. with(byte key1, int value1, byte key2, int value2)MutableByteIntMapMutableByteIntMapFactoryImpl. with(byte key1, int value1, byte key2, int value2, byte key3, int value3)MutableByteIntMapMutableByteIntMapFactoryImpl. with(byte key1, int value1, byte key2, int value2, byte key3, int value3, byte key4, int value4)MutableByteIntMapMutableByteIntMapFactoryImpl. withAll(ByteIntMap map)MutableByteIntMapMutableByteIntMapFactoryImpl. withInitialCapacity(int capacity)MutableByteIntMapSynchronizedByteIntMap. withKeyValue(byte key, int value)MutableByteIntMapUnmodifiableByteIntMap. withKeyValue(byte key, int value)MutableByteIntMapSynchronizedByteIntMap. withoutAllKeys(ByteIterable keys)MutableByteIntMapUnmodifiableByteIntMap. withoutAllKeys(ByteIterable keys)MutableByteIntMapSynchronizedByteIntMap. withoutKey(byte key)MutableByteIntMapUnmodifiableByteIntMap. withoutKey(byte key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableByteIntMap Constructor Description SynchronizedByteIntMap(MutableByteIntMap map)SynchronizedByteIntMap(MutableByteIntMap map, java.lang.Object newLock)UnmodifiableByteIntMap(MutableByteIntMap map)
-