Uses of Interface
org.eclipse.collections.api.map.primitive.MutableLongByteMap
-
Packages that use MutableLongByteMap 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 MutableLongByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableLongByteMap Modifier and Type Method Description MutableLongByteMapMutableLongByteMapFactory. empty()<T> MutableLongByteMapMutableLongByteMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongByteMapMutableLongByteMapFactory. 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)MutableLongByteMapMutableLongByteMapFactory. ofAll(LongByteMap map)MutableLongByteMapMutableLongByteMapFactory. ofInitialCapacity(int capacity)Same asMutableLongByteMapFactory.empty().MutableLongByteMapMutableLongByteMapFactory. 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)MutableLongByteMapMutableLongByteMapFactory. withAll(LongByteMap map)MutableLongByteMapMutableLongByteMapFactory. 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 MutableLongByteMap Modifier and Type Method Description MutableLongByteMapMutableLongByteMap. 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.MutableLongByteMapMutableLongByteMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableLongByteMapMutableByteLongMap. flipUniqueValues()MutableLongByteMapMutableLongByteMap. reject(LongBytePredicate predicate)MutableLongByteMapMutableLongByteMap. select(LongBytePredicate predicate)default MutableLongByteMapMutableLongByteMap. withAllKeyValues(java.lang.Iterable<LongBytePair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableLongByteMapMutableLongByteMap. withKeyValue(long key, byte value)Associates a value with the specified key.MutableLongByteMapMutableLongByteMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongByteMapMutableLongByteMap. 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 MutableLongByteMap Modifier and Type Field Description private MutableLongByteMapImmutableLongByteHashMap. delegate -
Uses of MutableLongByteMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableLongByteMap Modifier and Type Class Description classLongByteHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedLongByteMapA synchronized view of aMutableLongByteMap.classUnmodifiableLongByteMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableLongByteMap Modifier and Type Field Description private MutableLongByteMapSynchronizedLongByteMap. mapprivate MutableLongByteMapUnmodifiableLongByteMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongByteMap Modifier and Type Method Description MutableLongByteMapLongByteHashMap. asSynchronized()MutableLongByteMapSynchronizedLongByteMap. asSynchronized()MutableLongByteMapUnmodifiableLongByteMap. asSynchronized()MutableLongByteMapLongByteHashMap. asUnmodifiable()MutableLongByteMapSynchronizedLongByteMap. asUnmodifiable()MutableLongByteMapUnmodifiableLongByteMap. asUnmodifiable()MutableLongByteMapMutableLongByteMapFactoryImpl. empty()MutableLongByteMapByteLongHashMap. flipUniqueValues()MutableLongByteMapSynchronizedByteLongMap. flipUniqueValues()MutableLongByteMapUnmodifiableByteLongMap. flipUniqueValues()<T> MutableLongByteMapMutableLongByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)MutableLongByteMapMutableLongByteMapFactoryImpl. of()MutableLongByteMapMutableLongByteMapFactoryImpl. of(long key, byte value)MutableLongByteMapMutableLongByteMapFactoryImpl. of(long key1, byte value1, long key2, byte value2)MutableLongByteMapMutableLongByteMapFactoryImpl. of(long key1, byte value1, long key2, byte value2, long key3, byte value3)MutableLongByteMapMutableLongByteMapFactoryImpl. of(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4)MutableLongByteMapMutableLongByteMapFactoryImpl. ofAll(LongByteMap map)MutableLongByteMapMutableLongByteMapFactoryImpl. ofInitialCapacity(int capacity)MutableLongByteMapSynchronizedLongByteMap. reject(LongBytePredicate predicate)MutableLongByteMapUnmodifiableLongByteMap. reject(LongBytePredicate predicate)MutableLongByteMapSynchronizedLongByteMap. select(LongBytePredicate predicate)MutableLongByteMapUnmodifiableLongByteMap. select(LongBytePredicate predicate)MutableLongByteMapMutableLongByteMapFactoryImpl. with()MutableLongByteMapMutableLongByteMapFactoryImpl. with(long key, byte value)MutableLongByteMapMutableLongByteMapFactoryImpl. with(long key1, byte value1, long key2, byte value2)MutableLongByteMapMutableLongByteMapFactoryImpl. with(long key1, byte value1, long key2, byte value2, long key3, byte value3)MutableLongByteMapMutableLongByteMapFactoryImpl. with(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4)MutableLongByteMapMutableLongByteMapFactoryImpl. withAll(LongByteMap map)MutableLongByteMapMutableLongByteMapFactoryImpl. withInitialCapacity(int capacity)MutableLongByteMapSynchronizedLongByteMap. withKeyValue(long key, byte value)MutableLongByteMapUnmodifiableLongByteMap. withKeyValue(long key, byte value)MutableLongByteMapSynchronizedLongByteMap. withoutAllKeys(LongIterable keys)MutableLongByteMapUnmodifiableLongByteMap. withoutAllKeys(LongIterable keys)MutableLongByteMapSynchronizedLongByteMap. withoutKey(long key)MutableLongByteMapUnmodifiableLongByteMap. withoutKey(long key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableLongByteMap Constructor Description SynchronizedLongByteMap(MutableLongByteMap map)SynchronizedLongByteMap(MutableLongByteMap map, java.lang.Object newLock)UnmodifiableLongByteMap(MutableLongByteMap map)
-