Uses of Interface
org.eclipse.collections.api.map.primitive.CharShortMap
-
Packages that use CharShortMap 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 CharShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type CharShortMap Modifier and Type Method Description ImmutableCharShortMapImmutableCharShortMapFactory. ofAll(CharShortMap map)MutableCharShortMapMutableCharShortMapFactory. ofAll(CharShortMap map)ImmutableCharShortMapImmutableCharShortMapFactory. withAll(CharShortMap map)MutableCharShortMapMutableCharShortMapFactory. withAll(CharShortMap map) -
Uses of CharShortMap in org.eclipse.collections.api.map.primitive
Subinterfaces of CharShortMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interfaceImmutableCharShortMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceMutableCharShortMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return CharShortMap Modifier and Type Method Description CharShortMapShortCharMap. flipUniqueValues()Return the CharShortMap that is obtained by flipping the direction of this map and making the associations from value to key.CharShortMapCharShortMap. reject(CharShortPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.CharShortMapCharShortMap. select(CharShortPredicate 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 CharShortMap Modifier and Type Method Description voidMutableCharShortMap. putAll(CharShortMap map)Puts all of the key/value mappings from the specified map into this map. -
Uses of CharShortMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement CharShortMap Modifier and Type Class Description (package private) classImmutableCharShortEmptyMapImmutableCharShortEmptyMap is an optimization forImmutableCharShortMapof size 0.(package private) classImmutableCharShortHashMapImmutableCharShortHashMap is the non-modifiable equivalent ofCharShortHashMap.(package private) classImmutableCharShortSingletonMapImmutableCharShortSingletonMap is an optimization forImmutableCharShortMapof size 1.Fields in org.eclipse.collections.impl.map.immutable.primitive declared as CharShortMap Modifier and Type Field Description private CharShortMapImmutableCharShortHashMap.ImmutableCharShortMapSerializationProxy. mapMethods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharShortMap Modifier and Type Method Description ImmutableCharShortMapImmutableCharShortMapFactoryImpl. ofAll(CharShortMap map)ImmutableCharShortMapImmutableCharShortMapFactoryImpl. withAll(CharShortMap map)Constructors in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharShortMap Constructor Description ImmutableCharShortHashMap(CharShortMap delegate)ImmutableCharShortMapSerializationProxy(CharShortMap map) -
Uses of CharShortMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement CharShortMap Modifier and Type Class Description classCharShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedCharShortMapA synchronized view of aMutableCharShortMap.classUnmodifiableCharShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharShortMap Modifier and Type Method Description MutableCharShortMapMutableCharShortMapFactoryImpl. ofAll(CharShortMap map)voidCharShortHashMap. putAll(CharShortMap map)voidSynchronizedCharShortMap. putAll(CharShortMap map)voidUnmodifiableCharShortMap. putAll(CharShortMap map)MutableCharShortMapMutableCharShortMapFactoryImpl. withAll(CharShortMap map)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharShortMap Constructor Description CharShortHashMap(CharShortMap map)
-