public class LinkedSimpleHashMap<T> extends LinkedHashMap<String,T> implements SimpleMap<T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
MapWriter.EntryWriter
Constructor and Description |
---|
LinkedSimpleHashMap() |
Modifier and Type | Method and Description |
---|---|
Map<String,T> |
asMap() |
void |
forEachEntry(BiConsumer<String,? super T> fun)
Navigate through all keys and values
|
T |
get(String key)
get a value by key.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
abortableForEach, abortableForEachKey, asMap, forEachKey, get, size, writeMap
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _size
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public T get(String key)
SimpleMap
public void forEachEntry(BiConsumer<String,? super T> fun)
SimpleMap
forEachEntry
in interface SimpleMap<T>
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.