Uses of Interface
org.eclipse.collections.api.map.primitive.IntBooleanMap
Packages that use IntBooleanMap
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of IntBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type IntBooleanMapModifier and TypeMethodDescriptionImmutableIntBooleanMapFactory.ofAll(IntBooleanMap map) MutableIntBooleanMapFactory.ofAll(IntBooleanMap map) ImmutableIntBooleanMapFactory.withAll(IntBooleanMap map) MutableIntBooleanMapFactory.withAll(IntBooleanMap map) -
Uses of IntBooleanMap in org.eclipse.collections.api.map.primitive
Subinterfaces of IntBooleanMap in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return IntBooleanMapModifier and TypeMethodDescriptionIntBooleanMap.reject(IntBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.IntBooleanMap.select(IntBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.Methods in org.eclipse.collections.api.map.primitive with parameters of type IntBooleanMapModifier and TypeMethodDescriptionvoidMutableIntBooleanMap.putAll(IntBooleanMap map) Puts all of the key/value mappings from the specified map into this map. -
Uses of IntBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement IntBooleanMapModifier and TypeClassDescription(package private) final classImmutableIntBooleanEmptyMap is an optimization forImmutableIntBooleanMapof size 0.(package private) final classImmutableIntBooleanHashMap is the non-modifiable equivalent ofIntBooleanHashMap.(package private) final classImmutableIntBooleanSingletonMap is an optimization forImmutableIntBooleanMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as IntBooleanMapModifier and TypeFieldDescriptionprivate IntBooleanMapImmutableIntBooleanHashMap.ImmutableIntBooleanMapSerializationProxy.mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntBooleanMapModifier and TypeMethodDescriptionImmutableIntBooleanMapFactoryImpl.ofAll(IntBooleanMap map) ImmutableIntBooleanMapFactoryImpl.withAll(IntBooleanMap map) Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntBooleanMapModifierConstructorDescription(package private)ImmutableIntBooleanHashMap(IntBooleanMap delegate) protected -
Uses of IntBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement IntBooleanMapModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveBooleanHashMap.stg.classA synchronized view of aMutableIntBooleanMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntBooleanMapModifier and TypeMethodDescriptionMutableIntBooleanMapFactoryImpl.ofAll(IntBooleanMap map) voidIntBooleanHashMap.putAll(IntBooleanMap map) voidSynchronizedIntBooleanMap.putAll(IntBooleanMap map) voidUnmodifiableIntBooleanMap.putAll(IntBooleanMap map) MutableIntBooleanMapFactoryImpl.withAll(IntBooleanMap map) Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntBooleanMap