Uses of Interface
org.eclipse.collections.api.map.primitive.MutableShortShortMap
-
Packages that use MutableShortShortMap 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 MutableShortShortMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableShortShortMap Modifier and Type Method Description MutableShortShortMapMutableShortShortMapFactory. empty()<T> MutableShortShortMapMutableShortShortMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableShortShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortShortMapMutableShortShortMapFactory. of()Same asMutableShortShortMapFactory.empty().default MutableShortShortMapMutableShortShortMapFactory. of(short key, short value)default MutableShortShortMapMutableShortShortMapFactory. of(short key1, short value1, short key2, short value2)default MutableShortShortMapMutableShortShortMapFactory. of(short key1, short value1, short key2, short value2, short key3, short value3)default MutableShortShortMapMutableShortShortMapFactory. of(short key1, short value1, short key2, short value2, short key3, short value3, short key4, short value4)MutableShortShortMapMutableShortShortMapFactory. ofAll(ShortShortMap map)MutableShortShortMapMutableShortShortMapFactory. ofInitialCapacity(int capacity)Same asMutableShortShortMapFactory.empty().MutableShortShortMapMutableShortShortMapFactory. with()Same asMutableShortShortMapFactory.empty().default MutableShortShortMapMutableShortShortMapFactory. with(short key, short value)default MutableShortShortMapMutableShortShortMapFactory. with(short key1, short value1, short key2, short value2)default MutableShortShortMapMutableShortShortMapFactory. with(short key1, short value1, short key2, short value2, short key3, short value3)default MutableShortShortMapMutableShortShortMapFactory. with(short key1, short value1, short key2, short value2, short key3, short value3, short key4, short value4)MutableShortShortMapMutableShortShortMapFactory. withAll(ShortShortMap map)MutableShortShortMapMutableShortShortMapFactory. withInitialCapacity(int capacity)Same asMutableShortShortMapFactory.empty(). -
Uses of MutableShortShortMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortShortMap Modifier and Type Method Description MutableShortShortMapMutableShortShortMap. asSynchronized()Returns a synchronized view of this map, delegating all operations to this map but ensuring only one caller has access to the map at a time.MutableShortShortMapMutableShortShortMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableShortShortMapMutableShortShortMap. flipUniqueValues()MutableShortShortMapMutableShortShortMap. reject(ShortShortPredicate predicate)MutableShortShortMapMutableShortShortMap. select(ShortShortPredicate predicate)default MutableShortShortMapMutableShortShortMap. withAllKeyValues(java.lang.Iterable<ShortShortPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableShortShortMapMutableShortShortMap. withKeyValue(short key, short value)Associates a value with the specified key.MutableShortShortMapMutableShortShortMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortShortMapMutableShortShortMap. withoutKey(short key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableShortShortMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableShortShortMap Modifier and Type Field Description private MutableShortShortMapImmutableShortShortHashMap. delegate -
Uses of MutableShortShortMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortShortMap Modifier and Type Class Description classShortShortHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedShortShortMapA synchronized view of aMutableShortShortMap.classUnmodifiableShortShortMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableShortShortMap Modifier and Type Field Description private MutableShortShortMapSynchronizedShortShortMap. mapprivate MutableShortShortMapUnmodifiableShortShortMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortShortMap Modifier and Type Method Description MutableShortShortMapShortShortHashMap. asSynchronized()MutableShortShortMapSynchronizedShortShortMap. asSynchronized()MutableShortShortMapUnmodifiableShortShortMap. asSynchronized()MutableShortShortMapShortShortHashMap. asUnmodifiable()MutableShortShortMapSynchronizedShortShortMap. asUnmodifiable()MutableShortShortMapUnmodifiableShortShortMap. asUnmodifiable()MutableShortShortMapMutableShortShortMapFactoryImpl. empty()MutableShortShortMapShortShortHashMap. flipUniqueValues()MutableShortShortMapSynchronizedShortShortMap. flipUniqueValues()MutableShortShortMapUnmodifiableShortShortMap. flipUniqueValues()<T> MutableShortShortMapMutableShortShortMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)MutableShortShortMapMutableShortShortMapFactoryImpl. of()MutableShortShortMapMutableShortShortMapFactoryImpl. of(short key, short value)MutableShortShortMapMutableShortShortMapFactoryImpl. of(short key1, short value1, short key2, short value2)MutableShortShortMapMutableShortShortMapFactoryImpl. of(short key1, short value1, short key2, short value2, short key3, short value3)MutableShortShortMapMutableShortShortMapFactoryImpl. of(short key1, short value1, short key2, short value2, short key3, short value3, short key4, short value4)MutableShortShortMapMutableShortShortMapFactoryImpl. ofAll(ShortShortMap map)MutableShortShortMapMutableShortShortMapFactoryImpl. ofInitialCapacity(int capacity)MutableShortShortMapSynchronizedShortShortMap. reject(ShortShortPredicate predicate)MutableShortShortMapUnmodifiableShortShortMap. reject(ShortShortPredicate predicate)MutableShortShortMapSynchronizedShortShortMap. select(ShortShortPredicate predicate)MutableShortShortMapUnmodifiableShortShortMap. select(ShortShortPredicate predicate)MutableShortShortMapMutableShortShortMapFactoryImpl. with()MutableShortShortMapMutableShortShortMapFactoryImpl. with(short key, short value)MutableShortShortMapMutableShortShortMapFactoryImpl. with(short key1, short value1, short key2, short value2)MutableShortShortMapMutableShortShortMapFactoryImpl. with(short key1, short value1, short key2, short value2, short key3, short value3)MutableShortShortMapMutableShortShortMapFactoryImpl. with(short key1, short value1, short key2, short value2, short key3, short value3, short key4, short value4)MutableShortShortMapMutableShortShortMapFactoryImpl. withAll(ShortShortMap map)MutableShortShortMapMutableShortShortMapFactoryImpl. withInitialCapacity(int capacity)MutableShortShortMapSynchronizedShortShortMap. withKeyValue(short key, short value)MutableShortShortMapUnmodifiableShortShortMap. withKeyValue(short key, short value)MutableShortShortMapSynchronizedShortShortMap. withoutAllKeys(ShortIterable keys)MutableShortShortMapUnmodifiableShortShortMap. withoutAllKeys(ShortIterable keys)MutableShortShortMapSynchronizedShortShortMap. withoutKey(short key)MutableShortShortMapUnmodifiableShortShortMap. withoutKey(short key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableShortShortMap Constructor Description SynchronizedShortShortMap(MutableShortShortMap map)SynchronizedShortShortMap(MutableShortShortMap map, java.lang.Object newLock)UnmodifiableShortShortMap(MutableShortShortMap map)
-