Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableIntByteMap
-
Packages that use ImmutableIntByteMap 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 ImmutableIntByteMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableIntByteMap Modifier and Type Method Description ImmutableIntByteMapImmutableIntByteMapFactory. empty()<T> ImmutableIntByteMapImmutableIntByteMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableIntByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntByteMapImmutableIntByteMapFactory. of()Same asImmutableIntByteMapFactory.empty().ImmutableIntByteMapImmutableIntByteMapFactory. of(int key, byte value)ImmutableIntByteMapImmutableIntByteMapFactory. ofAll(IntByteMap map)ImmutableIntByteMapImmutableIntByteMapFactory. with()Same asImmutableIntByteMapFactory.empty().ImmutableIntByteMapImmutableIntByteMapFactory. with(int key, byte value)ImmutableIntByteMapImmutableIntByteMapFactory. withAll(IntByteMap map) -
Uses of ImmutableIntByteMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntByteMap Modifier and Type Method Description ImmutableIntByteMapImmutableByteIntMap. flipUniqueValues()ImmutableIntByteMapImmutableIntByteMap. newWithKeyValue(int 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.ImmutableIntByteMapImmutableIntByteMap. newWithoutAllKeys(IntIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableIntByteMapImmutableIntByteMap. newWithoutKey(int key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableIntByteMapImmutableIntByteMap. reject(IntBytePredicate predicate)ImmutableIntByteMapImmutableIntByteMap. select(IntBytePredicate predicate)ImmutableIntByteMapIntByteMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableIntByteMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableIntByteMap Modifier and Type Class Description (package private) classImmutableIntByteEmptyMapImmutableIntByteEmptyMap is an optimization forImmutableIntByteMapof size 0.(package private) classImmutableIntByteHashMapImmutableIntByteHashMap is the non-modifiable equivalent ofIntByteHashMap.(package private) classImmutableIntByteSingletonMapImmutableIntByteSingletonMap is an optimization forImmutableIntByteMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableIntByteMap Modifier and Type Field Description (package private) static ImmutableIntByteMapImmutableIntByteEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableIntByteMap Modifier and Type Method Description ImmutableIntByteMapImmutableIntByteMapFactoryImpl. empty()ImmutableIntByteMapImmutableByteIntEmptyMap. flipUniqueValues()ImmutableIntByteMapImmutableByteIntHashMap. flipUniqueValues()ImmutableIntByteMapImmutableByteIntSingletonMap. flipUniqueValues()<T> ImmutableIntByteMapImmutableIntByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)ImmutableIntByteMapImmutableIntByteEmptyMap. newWithKeyValue(int key, byte value)ImmutableIntByteMapImmutableIntByteHashMap. newWithKeyValue(int key, byte value)ImmutableIntByteMapImmutableIntByteSingletonMap. newWithKeyValue(int key, byte value)ImmutableIntByteMapImmutableIntByteEmptyMap. newWithoutAllKeys(IntIterable keys)ImmutableIntByteMapImmutableIntByteHashMap. newWithoutAllKeys(IntIterable keys)ImmutableIntByteMapImmutableIntByteSingletonMap. newWithoutAllKeys(IntIterable keys)ImmutableIntByteMapImmutableIntByteEmptyMap. newWithoutKey(int key)ImmutableIntByteMapImmutableIntByteHashMap. newWithoutKey(int key)ImmutableIntByteMapImmutableIntByteSingletonMap. newWithoutKey(int key)ImmutableIntByteMapImmutableIntByteMapFactoryImpl. of()ImmutableIntByteMapImmutableIntByteMapFactoryImpl. of(int key, byte value)ImmutableIntByteMapImmutableIntByteMapFactoryImpl. ofAll(IntByteMap map)ImmutableIntByteMapImmutableIntByteEmptyMap. reject(IntBytePredicate predicate)ImmutableIntByteMapImmutableIntByteHashMap. reject(IntBytePredicate predicate)ImmutableIntByteMapImmutableIntByteSingletonMap. reject(IntBytePredicate predicate)ImmutableIntByteMapImmutableIntByteEmptyMap. select(IntBytePredicate predicate)ImmutableIntByteMapImmutableIntByteHashMap. select(IntBytePredicate predicate)ImmutableIntByteMapImmutableIntByteSingletonMap. select(IntBytePredicate predicate)ImmutableIntByteMapImmutableIntByteEmptyMap. toImmutable()ImmutableIntByteMapImmutableIntByteHashMap. toImmutable()ImmutableIntByteMapImmutableIntByteSingletonMap. toImmutable()ImmutableIntByteMapImmutableIntByteMapFactoryImpl. with()ImmutableIntByteMapImmutableIntByteMapFactoryImpl. with(int key, byte value)ImmutableIntByteMapImmutableIntByteMapFactoryImpl. withAll(IntByteMap map) -
Uses of ImmutableIntByteMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntByteMap Modifier and Type Method Description ImmutableIntByteMapIntByteHashMap. toImmutable()ImmutableIntByteMapSynchronizedIntByteMap. toImmutable()ImmutableIntByteMapUnmodifiableIntByteMap. toImmutable()
-