LinkedHashMappublic class OrderRetainingMap extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OrderRetainingMap()
Deprecated.
|
OrderRetainingMap(Map m)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
Set |
entrySet()
Deprecated.
|
Set |
keySet()
Deprecated.
|
Object |
put(Object key,
Object value)
Deprecated.
|
void |
putAll(Map m)
Deprecated.
|
Object |
remove(Object key)
Deprecated.
|
Collection |
values()
Deprecated.
|
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, get, getOrDefault, isEmpty, merge, putIfAbsent, remove, replace, replace, replaceAll, sizeequals, hashCode, toStringpublic OrderRetainingMap()
public OrderRetainingMap(Map m)
Copyright © 2015. All rights reserved.