public class TLinkedHashMap<K,V> extends THashMap<K,V> implements TMap<K,V>
TAbstractMap.SimpleEntry<K,V>, TAbstractMap.SimpleImmutableEntry<K,V>
TMap.Entry<K1,V1>
Constructor and Description |
---|
TLinkedHashMap() |
TLinkedHashMap(int s) |
TLinkedHashMap(int s,
float lf) |
TLinkedHashMap(int s,
float lf,
boolean order) |
TLinkedHashMap(TMap<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsValue(Object value) |
TSet<TMap.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
TSet<K> |
keySet() |
V |
put(K key,
V value) |
V |
remove(Object key) |
protected boolean |
removeEldestEntry(TMap.Entry<K,V> eldest) |
TCollection<V> |
values() |
clone0, containsKey, isEmpty, putAll, size
clone, equals, hashCode
equals0, finalize, getClass0, notify0, notifyAll0, toString, wait0, wait0, waitImpl
compute, computeIfAbsent, computeIfPresent, containsKey, getOrDefault, isEmpty, merge, putAll, putIfAbsent, replace, replace, size
public TLinkedHashMap()
public TLinkedHashMap(int s)
public TLinkedHashMap(int s, float lf)
public TLinkedHashMap(int s, float lf, boolean order)
public boolean containsValue(Object value)
containsValue
in interface TMap<K,V>
containsValue
in class THashMap<K,V>
public TSet<TMap.Entry<K,V>> entrySet()
public TCollection<V> values()
protected boolean removeEldestEntry(TMap.Entry<K,V> eldest)
Copyright © 2019. All rights reserved.