public class WrappedSimpleMap<T> extends Object implements SimpleMap<T>
MapWriter.EntryWriter
Constructor and Description |
---|
WrappedSimpleMap(Map<String,T> delegate) |
Modifier and Type | Method and Description |
---|---|
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, wait
abortableForEach, abortableForEachKey, forEachKey, get, writeMap
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _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.