Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutableLongBooleanMap
-
Packages that use ImmutableLongBooleanMap 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 ImmutableLongBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return ImmutableLongBooleanMap Modifier and Type Method Description ImmutableLongBooleanMapImmutableLongBooleanMapFactory. empty()<T> ImmutableLongBooleanMapImmutableLongBooleanMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anImmutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableLongBooleanMapImmutableLongBooleanMapFactory. of()ImmutableLongBooleanMapImmutableLongBooleanMapFactory. of(long key, boolean value)ImmutableLongBooleanMapImmutableLongBooleanMapFactory. ofAll(LongBooleanMap map)ImmutableLongBooleanMapImmutableLongBooleanMapFactory. with()ImmutableLongBooleanMapImmutableLongBooleanMapFactory. with(long key, boolean value)ImmutableLongBooleanMapImmutableLongBooleanMapFactory. withAll(LongBooleanMap map) -
Uses of ImmutableLongBooleanMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableLongBooleanMap Modifier and Type Method Description ImmutableLongBooleanMapImmutableLongBooleanMap. newWithKeyValue(long 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.ImmutableLongBooleanMapImmutableLongBooleanMap. 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.ImmutableLongBooleanMapImmutableLongBooleanMap. 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.ImmutableLongBooleanMapImmutableLongBooleanMap. reject(LongBooleanPredicate predicate)ImmutableLongBooleanMapImmutableLongBooleanMap. select(LongBooleanPredicate predicate)ImmutableLongBooleanMapLongBooleanMap. toImmutable()Returns a copy of this map that is immutable (if this map is mutable) or itself if it is already immutable. -
Uses of ImmutableLongBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutableLongBooleanMap Modifier and Type Class Description (package private) classImmutableLongBooleanEmptyMapImmutableLongBooleanEmptyMap is an optimization forImmutableLongBooleanMapof size 0.(package private) classImmutableLongBooleanHashMapImmutableLongBooleanHashMap is the non-modifiable equivalent ofLongBooleanHashMap.(package private) classImmutableLongBooleanSingletonMapImmutableLongBooleanSingletonMap is an optimization forImmutableLongBooleanMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as ImmutableLongBooleanMap Modifier and Type Field Description (package private) static ImmutableLongBooleanMapImmutableLongBooleanEmptyMap. INSTANCEMethods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableLongBooleanMap Modifier and Type Method Description ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. empty()<T> ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)ImmutableLongBooleanMapImmutableLongBooleanEmptyMap. newWithKeyValue(long key, boolean value)ImmutableLongBooleanMapImmutableLongBooleanHashMap. newWithKeyValue(long key, boolean value)ImmutableLongBooleanMapImmutableLongBooleanSingletonMap. newWithKeyValue(long key, boolean value)ImmutableLongBooleanMapImmutableLongBooleanEmptyMap. newWithoutAllKeys(LongIterable keys)ImmutableLongBooleanMapImmutableLongBooleanHashMap. newWithoutAllKeys(LongIterable keys)ImmutableLongBooleanMapImmutableLongBooleanSingletonMap. newWithoutAllKeys(LongIterable keys)ImmutableLongBooleanMapImmutableLongBooleanEmptyMap. newWithoutKey(long key)ImmutableLongBooleanMapImmutableLongBooleanHashMap. newWithoutKey(long key)ImmutableLongBooleanMapImmutableLongBooleanSingletonMap. newWithoutKey(long key)ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. of()ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. of(long key, boolean value)ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. ofAll(LongBooleanMap map)ImmutableLongBooleanMapImmutableLongBooleanEmptyMap. reject(LongBooleanPredicate predicate)ImmutableLongBooleanMapImmutableLongBooleanHashMap. reject(LongBooleanPredicate predicate)ImmutableLongBooleanMapImmutableLongBooleanSingletonMap. reject(LongBooleanPredicate predicate)ImmutableLongBooleanMapImmutableLongBooleanEmptyMap. select(LongBooleanPredicate predicate)ImmutableLongBooleanMapImmutableLongBooleanHashMap. select(LongBooleanPredicate predicate)ImmutableLongBooleanMapImmutableLongBooleanSingletonMap. select(LongBooleanPredicate predicate)ImmutableLongBooleanMapImmutableLongBooleanEmptyMap. toImmutable()ImmutableLongBooleanMapImmutableLongBooleanHashMap. toImmutable()ImmutableLongBooleanMapImmutableLongBooleanSingletonMap. toImmutable()ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. with()ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. with(long key, boolean value)ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. withAll(LongBooleanMap map) -
Uses of ImmutableLongBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableLongBooleanMap Modifier and Type Method Description ImmutableLongBooleanMapLongBooleanHashMap. toImmutable()ImmutableLongBooleanMapSynchronizedLongBooleanMap. toImmutable()ImmutableLongBooleanMapUnmodifiableLongBooleanMap. toImmutable()
-