Uses of Interface
org.eclipse.collections.api.map.primitive.ShortBooleanMap
-
Packages that use ShortBooleanMap 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 ShortBooleanMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type ShortBooleanMap Modifier and Type Method Description ImmutableShortBooleanMapImmutableShortBooleanMapFactory. ofAll(ShortBooleanMap map)MutableShortBooleanMapMutableShortBooleanMapFactory. ofAll(ShortBooleanMap map)ImmutableShortBooleanMapImmutableShortBooleanMapFactory. withAll(ShortBooleanMap map)MutableShortBooleanMapMutableShortBooleanMapFactory. withAll(ShortBooleanMap map) -
Uses of ShortBooleanMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ShortBooleanMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceImmutableShortBooleanMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableShortBooleanMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return ShortBooleanMap Modifier and Type Method Description ShortBooleanMapShortBooleanMap. reject(ShortBooleanPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ShortBooleanMapShortBooleanMap. select(ShortBooleanPredicate 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 ShortBooleanMap Modifier and Type Method Description voidMutableShortBooleanMap. putAll(ShortBooleanMap map)Puts all of the key/value mappings from the specified map into this map. -
Uses of ShortBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ShortBooleanMap 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 ShortBooleanMap Modifier and Type Field Description private ShortBooleanMapImmutableShortBooleanHashMap.ImmutableShortBooleanMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortBooleanMap Modifier and Type Method Description ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. ofAll(ShortBooleanMap map)ImmutableShortBooleanMapImmutableShortBooleanMapFactoryImpl. withAll(ShortBooleanMap map)Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortBooleanMap Constructor Description ImmutableShortBooleanHashMap(ShortBooleanMap delegate)ImmutableShortBooleanMapSerializationProxy(ShortBooleanMap map) -
Uses of ShortBooleanMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ShortBooleanMap Modifier and Type Class Description classShortBooleanHashMapThis file was automatically generated from template file primitiveBooleanHashMap.stg.classSynchronizedShortBooleanMapA synchronized view of aMutableShortBooleanMap.classUnmodifiableShortBooleanMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortBooleanMap Modifier and Type Method Description MutableShortBooleanMapMutableShortBooleanMapFactoryImpl. ofAll(ShortBooleanMap map)voidShortBooleanHashMap. putAll(ShortBooleanMap map)voidSynchronizedShortBooleanMap. putAll(ShortBooleanMap map)voidUnmodifiableShortBooleanMap. putAll(ShortBooleanMap map)MutableShortBooleanMapMutableShortBooleanMapFactoryImpl. withAll(ShortBooleanMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortBooleanMap Constructor Description ShortBooleanHashMap(ShortBooleanMap map)
-