Uses of Interface
org.eclipse.collections.api.map.primitive.MutableByteLongMap
-
Packages that use MutableByteLongMap 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 MutableByteLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableByteLongMap Modifier and Type Method Description MutableByteLongMapMutableByteLongMapFactory. empty()<T> MutableByteLongMapMutableByteLongMapFactory. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableByteLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteLongMapMutableByteLongMapFactory. 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)MutableByteLongMapMutableByteLongMapFactory. ofAll(ByteLongMap map)MutableByteLongMapMutableByteLongMapFactory. ofInitialCapacity(int capacity)Same asMutableByteLongMapFactory.empty().MutableByteLongMapMutableByteLongMapFactory. 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)MutableByteLongMapMutableByteLongMapFactory. withAll(ByteLongMap map)MutableByteLongMapMutableByteLongMapFactory. 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 MutableByteLongMap Modifier and Type Method Description MutableByteLongMapMutableByteLongMap. 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.MutableByteLongMapMutableByteLongMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableByteLongMapMutableLongByteMap. flipUniqueValues()MutableByteLongMapMutableByteLongMap. reject(ByteLongPredicate predicate)MutableByteLongMapMutableByteLongMap. select(ByteLongPredicate predicate)default MutableByteLongMapMutableByteLongMap. withAllKeyValues(java.lang.Iterable<ByteLongPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableByteLongMapMutableByteLongMap. withKeyValue(byte key, long value)Associates a value with the specified key.MutableByteLongMapMutableByteLongMap. withoutAllKeys(ByteIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableByteLongMapMutableByteLongMap. 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 MutableByteLongMap Modifier and Type Field Description private MutableByteLongMapImmutableByteLongHashMap. delegate -
Uses of MutableByteLongMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableByteLongMap Modifier and Type Class Description classByteLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedByteLongMapA synchronized view of aMutableByteLongMap.classUnmodifiableByteLongMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableByteLongMap Modifier and Type Field Description private MutableByteLongMapSynchronizedByteLongMap. mapprivate MutableByteLongMapUnmodifiableByteLongMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableByteLongMap Modifier and Type Method Description MutableByteLongMapByteLongHashMap. asSynchronized()MutableByteLongMapSynchronizedByteLongMap. asSynchronized()MutableByteLongMapUnmodifiableByteLongMap. asSynchronized()MutableByteLongMapByteLongHashMap. asUnmodifiable()MutableByteLongMapSynchronizedByteLongMap. asUnmodifiable()MutableByteLongMapUnmodifiableByteLongMap. asUnmodifiable()MutableByteLongMapMutableByteLongMapFactoryImpl. empty()MutableByteLongMapLongByteHashMap. flipUniqueValues()MutableByteLongMapSynchronizedLongByteMap. flipUniqueValues()MutableByteLongMapUnmodifiableLongByteMap. flipUniqueValues()<T> MutableByteLongMapMutableByteLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)MutableByteLongMapMutableByteLongMapFactoryImpl. of()MutableByteLongMapMutableByteLongMapFactoryImpl. of(byte key, long value)MutableByteLongMapMutableByteLongMapFactoryImpl. of(byte key1, long value1, byte key2, long value2)MutableByteLongMapMutableByteLongMapFactoryImpl. of(byte key1, long value1, byte key2, long value2, byte key3, long value3)MutableByteLongMapMutableByteLongMapFactoryImpl. of(byte key1, long value1, byte key2, long value2, byte key3, long value3, byte key4, long value4)MutableByteLongMapMutableByteLongMapFactoryImpl. ofAll(ByteLongMap map)MutableByteLongMapMutableByteLongMapFactoryImpl. ofInitialCapacity(int capacity)MutableByteLongMapSynchronizedByteLongMap. reject(ByteLongPredicate predicate)MutableByteLongMapUnmodifiableByteLongMap. reject(ByteLongPredicate predicate)MutableByteLongMapSynchronizedByteLongMap. select(ByteLongPredicate predicate)MutableByteLongMapUnmodifiableByteLongMap. select(ByteLongPredicate predicate)MutableByteLongMapMutableByteLongMapFactoryImpl. with()MutableByteLongMapMutableByteLongMapFactoryImpl. with(byte key, long value)MutableByteLongMapMutableByteLongMapFactoryImpl. with(byte key1, long value1, byte key2, long value2)MutableByteLongMapMutableByteLongMapFactoryImpl. with(byte key1, long value1, byte key2, long value2, byte key3, long value3)MutableByteLongMapMutableByteLongMapFactoryImpl. with(byte key1, long value1, byte key2, long value2, byte key3, long value3, byte key4, long value4)MutableByteLongMapMutableByteLongMapFactoryImpl. withAll(ByteLongMap map)MutableByteLongMapMutableByteLongMapFactoryImpl. withInitialCapacity(int capacity)MutableByteLongMapSynchronizedByteLongMap. withKeyValue(byte key, long value)MutableByteLongMapUnmodifiableByteLongMap. withKeyValue(byte key, long value)MutableByteLongMapSynchronizedByteLongMap. withoutAllKeys(ByteIterable keys)MutableByteLongMapUnmodifiableByteLongMap. withoutAllKeys(ByteIterable keys)MutableByteLongMapSynchronizedByteLongMap. withoutKey(byte key)MutableByteLongMapUnmodifiableByteLongMap. withoutKey(byte key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableByteLongMap Constructor Description SynchronizedByteLongMap(MutableByteLongMap map)SynchronizedByteLongMap(MutableByteLongMap map, java.lang.Object newLock)UnmodifiableByteLongMap(MutableByteLongMap map)
-