Class ResolvedTypes.SharedKeysAwareMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<K,V>
-
- org.eclipse.xtext.xbase.typesystem.internal.ResolvedTypes.SharedKeysAwareMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<K,V>
- Enclosing class:
- ResolvedTypes
protected static class ResolvedTypes.SharedKeysAwareMap<K,V> extends java.util.LinkedHashMap<K,V>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SharedKeysAwareMap(java.util.Set<K> sharedKeys)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vput(K key, V value)-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-