Uses of Interface
org.eclipse.collections.api.map.primitive.DoubleBooleanMap
-
Packages that use DoubleBooleanMap 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 DoubleBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type DoubleBooleanMap Modifier and Type Method Description ImmutableDoubleBooleanMapImmutableDoubleBooleanMapFactory. ofAll(DoubleBooleanMap map)MutableDoubleBooleanMapMutableDoubleBooleanMapFactory. ofAll(DoubleBooleanMap map)ImmutableDoubleBooleanMapImmutableDoubleBooleanMapFactory. withAll(DoubleBooleanMap map)MutableDoubleBooleanMapMutableDoubleBooleanMapFactory. withAll(DoubleBooleanMap map) -
Uses of DoubleBooleanMap in org.eclipse.collections.api.map.primitive
Subinterfaces of DoubleBooleanMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceImmutableDoubleBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableDoubleBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return DoubleBooleanMap Modifier and Type Method Description DoubleBooleanMapDoubleBooleanMap. reject(DoubleBooleanPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.DoubleBooleanMapDoubleBooleanMap. select(DoubleBooleanPredicate 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 DoubleBooleanMap Modifier and Type Method Description voidMutableDoubleBooleanMap. putAll(DoubleBooleanMap map)Puts all of the key/value mappings from the specified map into this map. -
Uses of DoubleBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement DoubleBooleanMap Modifier and Type Class Description (package private) classImmutableDoubleBooleanEmptyMapImmutableDoubleBooleanEmptyMap is an optimization forImmutableDoubleBooleanMapof size 0.(package private) classImmutableDoubleBooleanHashMapImmutableDoubleBooleanHashMap is the non-modifiable equivalent ofDoubleBooleanHashMap.(package private) classImmutableDoubleBooleanSingletonMapImmutableDoubleBooleanSingletonMap is an optimization forImmutableDoubleBooleanMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as DoubleBooleanMap Modifier and Type Field Description private DoubleBooleanMapImmutableDoubleBooleanHashMap.ImmutableDoubleBooleanMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleBooleanMap Modifier and Type Method Description ImmutableDoubleBooleanMapImmutableDoubleBooleanMapFactoryImpl. ofAll(DoubleBooleanMap map)ImmutableDoubleBooleanMapImmutableDoubleBooleanMapFactoryImpl. withAll(DoubleBooleanMap map)Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleBooleanMap Constructor Description ImmutableDoubleBooleanHashMap(DoubleBooleanMap delegate)ImmutableDoubleBooleanMapSerializationProxy(DoubleBooleanMap map) -
Uses of DoubleBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement DoubleBooleanMap Modifier and Type Class Description classDoubleBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classSynchronizedDoubleBooleanMapA synchronized view of aMutableDoubleBooleanMap.classUnmodifiableDoubleBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleBooleanMap Modifier and Type Method Description MutableDoubleBooleanMapMutableDoubleBooleanMapFactoryImpl. ofAll(DoubleBooleanMap map)voidDoubleBooleanHashMap. putAll(DoubleBooleanMap map)voidSynchronizedDoubleBooleanMap. putAll(DoubleBooleanMap map)voidUnmodifiableDoubleBooleanMap. putAll(DoubleBooleanMap map)MutableDoubleBooleanMapMutableDoubleBooleanMapFactoryImpl. withAll(DoubleBooleanMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleBooleanMap Constructor Description DoubleBooleanHashMap(DoubleBooleanMap map)
-