Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableLongByteMap
-
Packages that use ImmutableLongByteMap 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 ImmutableLongByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableLongByteMap Modifier and Type Method Description ImmutableLongByteMapImmutableLongByteMapFactory. empty()<T> ImmutableLongByteMapImmutableLongByteMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableLongByteMapImmutableLongByteMapFactory. of()Same asImmutableLongByteMapFactory.empty().ImmutableLongByteMapImmutableLongByteMapFactory. of(long key, byte value)ImmutableLongByteMapImmutableLongByteMapFactory. ofAll(LongByteMap map)ImmutableLongByteMapImmutableLongByteMapFactory. with()Same asImmutableLongByteMapFactory.empty().ImmutableLongByteMapImmutableLongByteMapFactory. with(long key, byte value)ImmutableLongByteMapImmutableLongByteMapFactory. withAll(LongByteMap map) -
Uses of ImmutableLongByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableLongByteMap Modifier and Type Method Description ImmutableLongByteMapImmutableByteLongMap. flipUniqueValues()ImmutableLongByteMapImmutableLongByteMap. newWithKeyValue(long key, byte value)Copy this map, associate the value with the key (replacing the value if one already exists forkey), and return the copy as new immutable map.ImmutableLongByteMapImmutableLongByteMap. newWithoutAllKeys(LongIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableLongByteMapImmutableLongByteMap. newWithoutKey(long key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableLongByteMapImmutableLongByteMap. reject(LongBytePredicate predicate)ImmutableLongByteMapImmutableLongByteMap. select(LongBytePredicate predicate)ImmutableLongByteMapLongByteMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableLongByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableLongByteMap Modifier and Type Class Description (package private) classImmutableLongByteEmptyMapImmutableLongByteEmptyMap is an optimization forImmutableLongByteMapof size 0.(package private) classImmutableLongByteHashMapImmutableLongByteHashMap is the non-modifiable equivalent ofLongByteHashMap.(package private) classImmutableLongByteSingletonMapImmutableLongByteSingletonMap is an optimization forImmutableLongByteMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableLongByteMap Modifier and Type Field Description (package private) static ImmutableLongByteMapImmutableLongByteEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableLongByteMap Modifier and Type Method Description ImmutableLongByteMapImmutableLongByteMapFactoryImpl. empty()ImmutableLongByteMapImmutableByteLongEmptyMap. flipUniqueValues()ImmutableLongByteMapImmutableByteLongHashMap. flipUniqueValues()ImmutableLongByteMapImmutableByteLongSingletonMap. flipUniqueValues()<T> ImmutableLongByteMapImmutableLongByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)ImmutableLongByteMapImmutableLongByteEmptyMap. newWithKeyValue(long key, byte value)ImmutableLongByteMapImmutableLongByteHashMap. newWithKeyValue(long key, byte value)ImmutableLongByteMapImmutableLongByteSingletonMap. newWithKeyValue(long key, byte value)ImmutableLongByteMapImmutableLongByteEmptyMap. newWithoutAllKeys(LongIterable keys)ImmutableLongByteMapImmutableLongByteHashMap. newWithoutAllKeys(LongIterable keys)ImmutableLongByteMapImmutableLongByteSingletonMap. newWithoutAllKeys(LongIterable keys)ImmutableLongByteMapImmutableLongByteEmptyMap. newWithoutKey(long key)ImmutableLongByteMapImmutableLongByteHashMap. newWithoutKey(long key)ImmutableLongByteMapImmutableLongByteSingletonMap. newWithoutKey(long key)ImmutableLongByteMapImmutableLongByteMapFactoryImpl. of()ImmutableLongByteMapImmutableLongByteMapFactoryImpl. of(long key, byte value)ImmutableLongByteMapImmutableLongByteMapFactoryImpl. ofAll(LongByteMap map)ImmutableLongByteMapImmutableLongByteEmptyMap. reject(LongBytePredicate predicate)ImmutableLongByteMapImmutableLongByteHashMap. reject(LongBytePredicate predicate)ImmutableLongByteMapImmutableLongByteSingletonMap. reject(LongBytePredicate predicate)ImmutableLongByteMapImmutableLongByteEmptyMap. select(LongBytePredicate predicate)ImmutableLongByteMapImmutableLongByteHashMap. select(LongBytePredicate predicate)ImmutableLongByteMapImmutableLongByteSingletonMap. select(LongBytePredicate predicate)ImmutableLongByteMapImmutableLongByteEmptyMap. toImmutable()ImmutableLongByteMapImmutableLongByteHashMap. toImmutable()ImmutableLongByteMapImmutableLongByteSingletonMap. toImmutable()ImmutableLongByteMapImmutableLongByteMapFactoryImpl. with()ImmutableLongByteMapImmutableLongByteMapFactoryImpl. with(long key, byte value)ImmutableLongByteMapImmutableLongByteMapFactoryImpl. withAll(LongByteMap map) -
Uses of ImmutableLongByteMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableLongByteMap Modifier and Type Method Description ImmutableLongByteMapLongByteHashMap. toImmutable()ImmutableLongByteMapSynchronizedLongByteMap. toImmutable()ImmutableLongByteMapUnmodifiableLongByteMap. toImmutable()
-