Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableDoubleByteMap
-
Packages that use ImmutableDoubleByteMap 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 ImmutableDoubleByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableDoubleByteMap Modifier and Type Method Description ImmutableDoubleByteMap
ImmutableDoubleByteMapFactory. empty()
<T> ImmutableDoubleByteMap
ImmutableDoubleByteMapFactory. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
Creates anImmutableDoubleByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableDoubleByteMap
ImmutableDoubleByteMapFactory. of()
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactory. of(double key, byte value)
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactory. ofAll(DoubleByteMap map)
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactory. with()
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactory. with(double key, byte value)
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactory. withAll(DoubleByteMap map)
-
Uses of ImmutableDoubleByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableDoubleByteMap Modifier and Type Method Description ImmutableDoubleByteMap
ImmutableByteDoubleMap. flipUniqueValues()
ImmutableDoubleByteMap
ImmutableDoubleByteMap. newWithKeyValue(double 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.ImmutableDoubleByteMap
ImmutableDoubleByteMap. newWithoutAllKeys(DoubleIterable keys)
Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableDoubleByteMap
ImmutableDoubleByteMap. newWithoutKey(double key)
Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableDoubleByteMap
ImmutableDoubleByteMap. reject(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteMap. select(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
DoubleByteMap. toImmutable()
Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableDoubleByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableDoubleByteMap Modifier and Type Class Description (package private) class
ImmutableDoubleByteEmptyMap
ImmutableDoubleByteEmptyMap is an optimization forImmutableDoubleByteMap
of size 0.(package private) class
ImmutableDoubleByteHashMap
ImmutableDoubleByteHashMap is the non-modifiable equivalent ofDoubleByteHashMap
.(package private) class
ImmutableDoubleByteSingletonMap
ImmutableDoubleByteSingletonMap is an optimization forImmutableDoubleByteMap
of size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableDoubleByteMap Modifier and Type Field Description (package private) static ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. INSTANCE
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableDoubleByteMap Modifier and Type Method Description ImmutableDoubleByteMap
ImmutableDoubleByteMapFactoryImpl. empty()
ImmutableDoubleByteMap
ImmutableByteDoubleEmptyMap. flipUniqueValues()
ImmutableDoubleByteMap
ImmutableByteDoubleHashMap. flipUniqueValues()
ImmutableDoubleByteMap
ImmutableByteDoubleSingletonMap. flipUniqueValues()
<T> ImmutableDoubleByteMap
ImmutableDoubleByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)
ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. newWithKeyValue(double key, byte value)
ImmutableDoubleByteMap
ImmutableDoubleByteHashMap. newWithKeyValue(double key, byte value)
ImmutableDoubleByteMap
ImmutableDoubleByteSingletonMap. newWithKeyValue(double key, byte value)
ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleByteMap
ImmutableDoubleByteHashMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleByteMap
ImmutableDoubleByteSingletonMap. newWithoutAllKeys(DoubleIterable keys)
ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. newWithoutKey(double key)
ImmutableDoubleByteMap
ImmutableDoubleByteHashMap. newWithoutKey(double key)
ImmutableDoubleByteMap
ImmutableDoubleByteSingletonMap. newWithoutKey(double key)
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactoryImpl. of()
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactoryImpl. of(double key, byte value)
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactoryImpl. ofAll(DoubleByteMap map)
ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. reject(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteHashMap. reject(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteSingletonMap. reject(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. select(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteHashMap. select(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteSingletonMap. select(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. toImmutable()
ImmutableDoubleByteMap
ImmutableDoubleByteHashMap. toImmutable()
ImmutableDoubleByteMap
ImmutableDoubleByteSingletonMap. toImmutable()
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactoryImpl. with()
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactoryImpl. with(double key, byte value)
ImmutableDoubleByteMap
ImmutableDoubleByteMapFactoryImpl. withAll(DoubleByteMap map)
-
Uses of ImmutableDoubleByteMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableDoubleByteMap Modifier and Type Method Description ImmutableDoubleByteMap
DoubleByteHashMap. toImmutable()
ImmutableDoubleByteMap
SynchronizedDoubleByteMap. toImmutable()
ImmutableDoubleByteMap
UnmodifiableDoubleByteMap. toImmutable()
-