Uses of Interface
org.eclipse.collections.api.map.primitive.MutableShortLongMap
-
Packages that use MutableShortLongMap 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 MutableShortLongMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableShortLongMap Modifier and Type Method Description MutableShortLongMapMutableShortLongMapFactory. empty()<T> MutableShortLongMapMutableShortLongMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableShortLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortLongMapMutableShortLongMapFactory. of()Same asMutableShortLongMapFactory.empty().default MutableShortLongMapMutableShortLongMapFactory. of(short key, long value)default MutableShortLongMapMutableShortLongMapFactory. of(short key1, long value1, short key2, long value2)default MutableShortLongMapMutableShortLongMapFactory. of(short key1, long value1, short key2, long value2, short key3, long value3)default MutableShortLongMapMutableShortLongMapFactory. of(short key1, long value1, short key2, long value2, short key3, long value3, short key4, long value4)MutableShortLongMapMutableShortLongMapFactory. ofAll(ShortLongMap map)MutableShortLongMapMutableShortLongMapFactory. ofInitialCapacity(int capacity)Same asMutableShortLongMapFactory.empty().MutableShortLongMapMutableShortLongMapFactory. with()Same asMutableShortLongMapFactory.empty().default MutableShortLongMapMutableShortLongMapFactory. with(short key, long value)default MutableShortLongMapMutableShortLongMapFactory. with(short key1, long value1, short key2, long value2)default MutableShortLongMapMutableShortLongMapFactory. with(short key1, long value1, short key2, long value2, short key3, long value3)default MutableShortLongMapMutableShortLongMapFactory. with(short key1, long value1, short key2, long value2, short key3, long value3, short key4, long value4)MutableShortLongMapMutableShortLongMapFactory. withAll(ShortLongMap map)MutableShortLongMapMutableShortLongMapFactory. withInitialCapacity(int capacity)Same asMutableShortLongMapFactory.empty(). -
Uses of MutableShortLongMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableShortLongMap Modifier and Type Method Description MutableShortLongMapMutableShortLongMap. 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.MutableShortLongMapMutableShortLongMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableShortLongMapMutableLongShortMap. flipUniqueValues()MutableShortLongMapMutableShortLongMap. reject(ShortLongPredicate predicate)MutableShortLongMapMutableShortLongMap. select(ShortLongPredicate predicate)default MutableShortLongMapMutableShortLongMap. withAllKeyValues(java.lang.Iterable<ShortLongPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableShortLongMapMutableShortLongMap. withKeyValue(short key, long value)Associates a value with the specified key.MutableShortLongMapMutableShortLongMap. withoutAllKeys(ShortIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableShortLongMapMutableShortLongMap. withoutKey(short key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableShortLongMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableShortLongMap Modifier and Type Field Description private MutableShortLongMapImmutableShortLongHashMap. delegate -
Uses of MutableShortLongMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableShortLongMap Modifier and Type Class Description classShortLongHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedShortLongMapA synchronized view of aMutableShortLongMap.classUnmodifiableShortLongMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableShortLongMap Modifier and Type Field Description private MutableShortLongMapSynchronizedShortLongMap. mapprivate MutableShortLongMapUnmodifiableShortLongMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableShortLongMap Modifier and Type Method Description MutableShortLongMapShortLongHashMap. asSynchronized()MutableShortLongMapSynchronizedShortLongMap. asSynchronized()MutableShortLongMapUnmodifiableShortLongMap. asSynchronized()MutableShortLongMapShortLongHashMap. asUnmodifiable()MutableShortLongMapSynchronizedShortLongMap. asUnmodifiable()MutableShortLongMapUnmodifiableShortLongMap. asUnmodifiable()MutableShortLongMapMutableShortLongMapFactoryImpl. empty()MutableShortLongMapLongShortHashMap. flipUniqueValues()MutableShortLongMapSynchronizedLongShortMap. flipUniqueValues()MutableShortLongMapUnmodifiableLongShortMap. flipUniqueValues()<T> MutableShortLongMapMutableShortLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)MutableShortLongMapMutableShortLongMapFactoryImpl. of()MutableShortLongMapMutableShortLongMapFactoryImpl. of(short key, long value)MutableShortLongMapMutableShortLongMapFactoryImpl. of(short key1, long value1, short key2, long value2)MutableShortLongMapMutableShortLongMapFactoryImpl. of(short key1, long value1, short key2, long value2, short key3, long value3)MutableShortLongMapMutableShortLongMapFactoryImpl. of(short key1, long value1, short key2, long value2, short key3, long value3, short key4, long value4)MutableShortLongMapMutableShortLongMapFactoryImpl. ofAll(ShortLongMap map)MutableShortLongMapMutableShortLongMapFactoryImpl. ofInitialCapacity(int capacity)MutableShortLongMapSynchronizedShortLongMap. reject(ShortLongPredicate predicate)MutableShortLongMapUnmodifiableShortLongMap. reject(ShortLongPredicate predicate)MutableShortLongMapSynchronizedShortLongMap. select(ShortLongPredicate predicate)MutableShortLongMapUnmodifiableShortLongMap. select(ShortLongPredicate predicate)MutableShortLongMapMutableShortLongMapFactoryImpl. with()MutableShortLongMapMutableShortLongMapFactoryImpl. with(short key, long value)MutableShortLongMapMutableShortLongMapFactoryImpl. with(short key1, long value1, short key2, long value2)MutableShortLongMapMutableShortLongMapFactoryImpl. with(short key1, long value1, short key2, long value2, short key3, long value3)MutableShortLongMapMutableShortLongMapFactoryImpl. with(short key1, long value1, short key2, long value2, short key3, long value3, short key4, long value4)MutableShortLongMapMutableShortLongMapFactoryImpl. withAll(ShortLongMap map)MutableShortLongMapMutableShortLongMapFactoryImpl. withInitialCapacity(int capacity)MutableShortLongMapSynchronizedShortLongMap. withKeyValue(short key, long value)MutableShortLongMapUnmodifiableShortLongMap. withKeyValue(short key, long value)MutableShortLongMapSynchronizedShortLongMap. withoutAllKeys(ShortIterable keys)MutableShortLongMapUnmodifiableShortLongMap. withoutAllKeys(ShortIterable keys)MutableShortLongMapSynchronizedShortLongMap. withoutKey(short key)MutableShortLongMapUnmodifiableShortLongMap. withoutKey(short key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableShortLongMap Constructor Description SynchronizedShortLongMap(MutableShortLongMap map)SynchronizedShortLongMap(MutableShortLongMap map, java.lang.Object newLock)UnmodifiableShortLongMap(MutableShortLongMap map)
-