Uses of Class
org.eclipse.collections.impl.map.mutable.UnifiedMap
Packages that use UnifiedMap
Package
Description
This package contains implementations of the
MutableBiMap
interface.This package contains implementations of the
ImmutableMap
interface.This package contains implementations of the
MutableMap
interface.-
Uses of UnifiedMap in org.eclipse.collections.impl.bimap.mutable
Fields in org.eclipse.collections.impl.bimap.mutable declared as UnifiedMapMethods in org.eclipse.collections.impl.bimap.mutable that return UnifiedMapModifier and TypeMethodDescriptionprotected UnifiedMap
<K, V> AbstractMutableBiMap.getDelegate()
protected UnifiedMap
<V, K> AbstractMutableBiMap.getInverse()
-
Uses of UnifiedMap in org.eclipse.collections.impl.map.immutable
Fields in org.eclipse.collections.impl.map.immutable declared as UnifiedMap -
Uses of UnifiedMap in org.eclipse.collections.impl.map.mutable
Fields in org.eclipse.collections.impl.map.mutable with type parameters of type UnifiedMapModifier and TypeFieldDescriptionprivate WeakReference
<UnifiedMap<K, V>> UnifiedMap.EntrySet.holder
private final WeakReference
<UnifiedMap<K, V>> UnifiedMap.EntrySetIterator.holder
protected final WeakReference
<UnifiedMap<K, V>> UnifiedMap.WeakBoundEntry.holder
Methods in org.eclipse.collections.impl.map.mutable that return UnifiedMapModifier and TypeMethodDescriptionUnifiedMap
<K, V> UnifiedMap.clone()
static <K,
V> UnifiedMap <K, V> UnifiedMap.newMap()
static <K,
V> UnifiedMap <K, V> UnifiedMap.newMap
(int size) static <K,
V> UnifiedMap <K, V> UnifiedMap.newMap
(int size, float loadFactor) static <K,
V> UnifiedMap <K, V> static <K,
V> UnifiedMap <K, V> UnifiedMap.newMapWith
(Iterable<Pair<K, V>> inputIterable) static <K,
V> UnifiedMap <K, V> UnifiedMap.newMapWith
(Pair<K, V>... pairs) static <K,
V> UnifiedMap <K, V> UnifiedMap.newWithKeysValues
(K key, V value) static <K,
V> UnifiedMap <K, V> UnifiedMap.newWithKeysValues
(K key1, V value1, K key2, V value2) static <K,
V> UnifiedMap <K, V> UnifiedMap.newWithKeysValues
(K key1, V value1, K key2, V value2, K key3, V value3) static <K,
V> UnifiedMap <K, V> UnifiedMap.newWithKeysValues
(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) UnifiedMap
<K, V> UnifiedMap.withKeysValues
(K key, V value) UnifiedMap
<K, V> UnifiedMap.withKeysValues
(K key1, V value1, K key2, V value2) UnifiedMap
<K, V> UnifiedMap
<K, V> Methods in org.eclipse.collections.impl.map.mutable with parameters of type UnifiedMapConstructor parameters in org.eclipse.collections.impl.map.mutable with type arguments of type UnifiedMapModifierConstructorDescriptionprotected
EntrySetIterator
(WeakReference<UnifiedMap<K, V>> holder) protected
WeakBoundEntry
(K key, V value, WeakReference<UnifiedMap<K, V>> holder)