Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableShortBooleanMap
-
Packages that use ImmutableShortBooleanMap 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 ImmutableShortBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableShortBooleanMap Modifier and Type Method Description ImmutableShortBooleanMapImmutableShortBooleanMapFactory. empty()<T> ImmutableShortBooleanMapImmutableShortBooleanMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anImmutableShortBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortBooleanMapImmutableShortBooleanMapFactory. of()ImmutableShortBooleanMapImmutableShortBooleanMapFactory. of(short key, boolean value)ImmutableShortBooleanMapImmutableShortBooleanMapFactory. ofAll(ShortBooleanMap map)ImmutableShortBooleanMapImmutableShortBooleanMapFactory. with()ImmutableShortBooleanMapImmutableShortBooleanMapFactory. with(short key, boolean value)ImmutableShortBooleanMapImmutableShortBooleanMapFactory. withAll(ShortBooleanMap map) -
Uses of ImmutableShortBooleanMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableShortBooleanMap Modifier and Type Method Description ImmutableShortBooleanMapImmutableShortBooleanMap. newWithKeyValue(short key, boolean 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.ImmutableShortBooleanMapImmutableShortBooleanMap. newWithoutAllKeys(ShortIterable keys)Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableShortBooleanMapImmutableShortBooleanMap. newWithoutKey(short key)Copy this map, remove any associated value with the key (if one exists), and return the copy as a new immutable map.ImmutableShortBooleanMapImmutableShortBooleanMap. reject(ShortBooleanPredicate predicate)ImmutableShortBooleanMapImmutableShortBooleanMap. select(ShortBooleanPredicate predicate)ImmutableShortBooleanMapShortBooleanMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableShortBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableShortBooleanMap Modifier and Type Class Description (package private) classImmutableShortBooleanEmptyMapImmutableShortBooleanEmptyMap is an optimization forImmutableShortBooleanMapof size 0.(package private) classImmutableShortBooleanHashMapImmutableShortBooleanHashMap is the non-modifiable equivalent ofShortBooleanHashMap.(package private) classImmutableShortBooleanSingletonMapImmutableShortBooleanSingletonMap is an optimization forImmutableShortBooleanMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableShortBooleanMap Modifier and Type Field Description (package private) static ImmutableShortBooleanMapImmutableShortBooleanEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableShortBooleanMap Modifier and Type Method Description ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. empty()<T> ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)ImmutableShortBooleanMapImmutableShortBooleanEmptyMap. newWithKeyValue(short key, boolean value)ImmutableShortBooleanMapImmutableShortBooleanHashMap. newWithKeyValue(short key, boolean value)ImmutableShortBooleanMapImmutableShortBooleanSingletonMap. newWithKeyValue(short key, boolean value)ImmutableShortBooleanMapImmutableShortBooleanEmptyMap. newWithoutAllKeys(ShortIterable keys)ImmutableShortBooleanMapImmutableShortBooleanHashMap. newWithoutAllKeys(ShortIterable keys)ImmutableShortBooleanMapImmutableShortBooleanSingletonMap. newWithoutAllKeys(ShortIterable keys)ImmutableShortBooleanMapImmutableShortBooleanEmptyMap. newWithoutKey(short key)ImmutableShortBooleanMapImmutableShortBooleanHashMap. newWithoutKey(short key)ImmutableShortBooleanMapImmutableShortBooleanSingletonMap. newWithoutKey(short key)ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. of()ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. of(short key, boolean value)ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. ofAll(ShortBooleanMap map)ImmutableShortBooleanMapImmutableShortBooleanEmptyMap. reject(ShortBooleanPredicate predicate)ImmutableShortBooleanMapImmutableShortBooleanHashMap. reject(ShortBooleanPredicate predicate)ImmutableShortBooleanMapImmutableShortBooleanSingletonMap. reject(ShortBooleanPredicate predicate)ImmutableShortBooleanMapImmutableShortBooleanEmptyMap. select(ShortBooleanPredicate predicate)ImmutableShortBooleanMapImmutableShortBooleanHashMap. select(ShortBooleanPredicate predicate)ImmutableShortBooleanMapImmutableShortBooleanSingletonMap. select(ShortBooleanPredicate predicate)ImmutableShortBooleanMapImmutableShortBooleanEmptyMap. toImmutable()ImmutableShortBooleanMapImmutableShortBooleanHashMap. toImmutable()ImmutableShortBooleanMapImmutableShortBooleanSingletonMap. toImmutable()ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. with()ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. with(short key, boolean value)ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. withAll(ShortBooleanMap map) -
Uses of ImmutableShortBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableShortBooleanMap Modifier and Type Method Description ImmutableShortBooleanMapShortBooleanHashMap. toImmutable()ImmutableShortBooleanMapSynchronizedShortBooleanMap. toImmutable()ImmutableShortBooleanMapUnmodifiableShortBooleanMap. toImmutable()
-