public class LinkedSimpleHashMap<T> extends LinkedHashMap<String,T> implements SimpleMap<T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>MapWriter.EntryWriter| 构造器和说明 |
|---|
LinkedSimpleHashMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringabortableForEach, abortableForEachKey, asMap, forEachKey, get, size, writeMap_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizecompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic T get(String key)
SimpleMappublic void forEachEntry(BiConsumer<String,? super T> fun)
SimpleMapforEachEntry 在接口中 SimpleMap<T>Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.