public class SequencedHashMap<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SequencedHashMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
putBefore(K key,
V value,
K beforeKey) |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic SequencedHashMap()
Copyright © 2016. All Rights Reserved.