Uses of Interface
org.eclipse.collections.api.map.primitive.MutableLongCharMap
-
Packages that use MutableLongCharMap 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 MutableLongCharMap in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive that return MutableLongCharMap Modifier and Type Method Description MutableLongCharMapMutableLongCharMapFactory. empty()<T> MutableLongCharMapMutableLongCharMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableLongCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongCharMapMutableLongCharMapFactory. of()Same asMutableLongCharMapFactory.empty().default MutableLongCharMapMutableLongCharMapFactory. of(long key, char value)default MutableLongCharMapMutableLongCharMapFactory. of(long key1, char value1, long key2, char value2)default MutableLongCharMapMutableLongCharMapFactory. of(long key1, char value1, long key2, char value2, long key3, char value3)default MutableLongCharMapMutableLongCharMapFactory. of(long key1, char value1, long key2, char value2, long key3, char value3, long key4, char value4)MutableLongCharMapMutableLongCharMapFactory. ofAll(LongCharMap map)MutableLongCharMapMutableLongCharMapFactory. ofInitialCapacity(int capacity)Same asMutableLongCharMapFactory.empty().MutableLongCharMapMutableLongCharMapFactory. with()Same asMutableLongCharMapFactory.empty().default MutableLongCharMapMutableLongCharMapFactory. with(long key, char value)default MutableLongCharMapMutableLongCharMapFactory. with(long key1, char value1, long key2, char value2)default MutableLongCharMapMutableLongCharMapFactory. with(long key1, char value1, long key2, char value2, long key3, char value3)default MutableLongCharMapMutableLongCharMapFactory. with(long key1, char value1, long key2, char value2, long key3, char value3, long key4, char value4)MutableLongCharMapMutableLongCharMapFactory. withAll(LongCharMap map)MutableLongCharMapMutableLongCharMapFactory. withInitialCapacity(int capacity)Same asMutableLongCharMapFactory.empty(). -
Uses of MutableLongCharMap in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongCharMap Modifier and Type Method Description MutableLongCharMapMutableLongCharMap. 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.MutableLongCharMapMutableLongCharMap. asUnmodifiable()Returns an unmodifiable view of this map, delegating all read-only operations to this map and throwing anUnsupportedOperationExceptionfor all mutating operations.MutableLongCharMapMutableCharLongMap. flipUniqueValues()MutableLongCharMapMutableLongCharMap. reject(LongCharPredicate predicate)MutableLongCharMapMutableLongCharMap. select(LongCharPredicate predicate)default MutableLongCharMapMutableLongCharMap. withAllKeyValues(java.lang.Iterable<LongCharPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map.MutableLongCharMapMutableLongCharMap. withKeyValue(long key, char value)Associates a value with the specified key.MutableLongCharMapMutableLongCharMap. withoutAllKeys(LongIterable keys)Removes the mappings associated with all the keys, if they exist, from this map.MutableLongCharMapMutableLongCharMap. withoutKey(long key)Removes the mapping associated with the key, if one exists, from this map. -
Uses of MutableLongCharMap in org.eclipse.collections.impl.map.immutable.primitive
Fields in org.eclipse.collections.impl.map.immutable.primitive declared as MutableLongCharMap Modifier and Type Field Description private MutableLongCharMapImmutableLongCharHashMap. delegate -
Uses of MutableLongCharMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableLongCharMap Modifier and Type Class Description classLongCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg.classSynchronizedLongCharMapA synchronized view of aMutableLongCharMap.classUnmodifiableLongCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Fields in org.eclipse.collections.impl.map.mutable.primitive declared as MutableLongCharMap Modifier and Type Field Description private MutableLongCharMapSynchronizedLongCharMap. mapprivate MutableLongCharMapUnmodifiableLongCharMap. mapMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongCharMap Modifier and Type Method Description MutableLongCharMapLongCharHashMap. asSynchronized()MutableLongCharMapSynchronizedLongCharMap. asSynchronized()MutableLongCharMapUnmodifiableLongCharMap. asSynchronized()MutableLongCharMapLongCharHashMap. asUnmodifiable()MutableLongCharMapSynchronizedLongCharMap. asUnmodifiable()MutableLongCharMapUnmodifiableLongCharMap. asUnmodifiable()MutableLongCharMapMutableLongCharMapFactoryImpl. empty()MutableLongCharMapCharLongHashMap. flipUniqueValues()MutableLongCharMapSynchronizedCharLongMap. flipUniqueValues()MutableLongCharMapUnmodifiableCharLongMap. flipUniqueValues()<T> MutableLongCharMapMutableLongCharMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)MutableLongCharMapMutableLongCharMapFactoryImpl. of()MutableLongCharMapMutableLongCharMapFactoryImpl. of(long key, char value)MutableLongCharMapMutableLongCharMapFactoryImpl. of(long key1, char value1, long key2, char value2)MutableLongCharMapMutableLongCharMapFactoryImpl. of(long key1, char value1, long key2, char value2, long key3, char value3)MutableLongCharMapMutableLongCharMapFactoryImpl. of(long key1, char value1, long key2, char value2, long key3, char value3, long key4, char value4)MutableLongCharMapMutableLongCharMapFactoryImpl. ofAll(LongCharMap map)MutableLongCharMapMutableLongCharMapFactoryImpl. ofInitialCapacity(int capacity)MutableLongCharMapSynchronizedLongCharMap. reject(LongCharPredicate predicate)MutableLongCharMapUnmodifiableLongCharMap. reject(LongCharPredicate predicate)MutableLongCharMapSynchronizedLongCharMap. select(LongCharPredicate predicate)MutableLongCharMapUnmodifiableLongCharMap. select(LongCharPredicate predicate)MutableLongCharMapMutableLongCharMapFactoryImpl. with()MutableLongCharMapMutableLongCharMapFactoryImpl. with(long key, char value)MutableLongCharMapMutableLongCharMapFactoryImpl. with(long key1, char value1, long key2, char value2)MutableLongCharMapMutableLongCharMapFactoryImpl. with(long key1, char value1, long key2, char value2, long key3, char value3)MutableLongCharMapMutableLongCharMapFactoryImpl. with(long key1, char value1, long key2, char value2, long key3, char value3, long key4, char value4)MutableLongCharMapMutableLongCharMapFactoryImpl. withAll(LongCharMap map)MutableLongCharMapMutableLongCharMapFactoryImpl. withInitialCapacity(int capacity)MutableLongCharMapSynchronizedLongCharMap. withKeyValue(long key, char value)MutableLongCharMapUnmodifiableLongCharMap. withKeyValue(long key, char value)MutableLongCharMapSynchronizedLongCharMap. withoutAllKeys(LongIterable keys)MutableLongCharMapUnmodifiableLongCharMap. withoutAllKeys(LongIterable keys)MutableLongCharMapSynchronizedLongCharMap. withoutKey(long key)MutableLongCharMapUnmodifiableLongCharMap. withoutKey(long key)Constructors in org.eclipse.collections.impl.map.mutable.primitive with parameters of type MutableLongCharMap Constructor Description SynchronizedLongCharMap(MutableLongCharMap map)SynchronizedLongCharMap(MutableLongCharMap map, java.lang.Object newLock)UnmodifiableLongCharMap(MutableLongCharMap map)
-