Package com.ibm.icu.message2
Class Mf2DataModel.OrderedMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<K,V>
-
- com.ibm.icu.message2.Mf2DataModel.OrderedMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<K,V>
- Enclosing class:
- Mf2DataModel
@Deprecated public static class Mf2DataModel.OrderedMap<K,V> extends java.util.LinkedHashMap<K,V>
Deprecated.This API is for technology preview only.This is only to not force LinkedHashMap on the public API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrderedMap()
Deprecated.This API is for technology preview only.
-
Method Summary
-
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, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-