public class WrappedSimpleMap<T> extends Object implements SimpleMap<T>
MapWriter.EntryWriter| 构造器和说明 |
|---|
WrappedSimpleMap(Map<String,T> delegate) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,T> |
asMap() |
Map<String,T> |
asMap(Map<String,T> sink) |
void |
forEachEntry(BiConsumer<String,? super T> fun)
Navigate through all keys and values
|
T |
get(String key)
get a value by key.
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabortableForEach, abortableForEachKey, forEachKey, get, writeMap_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _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.