public static interface MapWriter.EntryWriter
put more than once
for the same key.| 限定符和类型 | 方法和说明 |
|---|---|
default BiConsumer<CharSequence,Object> |
getBiConsumer() |
default MapWriter.EntryWriter |
put(CharSequence k,
boolean v) |
default MapWriter.EntryWriter |
put(CharSequence k,
CharSequence v)
This is an optimization to avoid the instanceof checks.
|
default MapWriter.EntryWriter |
put(CharSequence k,
double v) |
default MapWriter.EntryWriter |
put(CharSequence k,
float v) |
default MapWriter.EntryWriter |
put(CharSequence k,
int v) |
default MapWriter.EntryWriter |
put(CharSequence k,
long v) |
MapWriter.EntryWriter |
put(CharSequence k,
Object v)
Writes a key value into the map
|
default MapWriter.EntryWriter |
put(CharSequence k,
Object v,
BiPredicate<CharSequence,Object> p) |
default MapWriter.EntryWriter |
putIfNotNull(CharSequence k,
Object v) |
default MapWriter.EntryWriter |
putNoEx(CharSequence k,
Object v) |
default MapWriter.EntryWriter |
putStringIfNotNull(CharSequence k,
Object v) |
MapWriter.EntryWriter put(CharSequence k, Object v) throws IOException
k - The keyv - The value can be any supported objectIOExceptiondefault MapWriter.EntryWriter putNoEx(CharSequence k, Object v)
default MapWriter.EntryWriter put(CharSequence k, Object v, BiPredicate<CharSequence,Object> p) throws IOException
IOExceptiondefault MapWriter.EntryWriter putIfNotNull(CharSequence k, Object v) throws IOException
IOExceptiondefault MapWriter.EntryWriter putStringIfNotNull(CharSequence k, Object v) throws IOException
IOExceptiondefault MapWriter.EntryWriter put(CharSequence k, int v) throws IOException
IOExceptiondefault MapWriter.EntryWriter put(CharSequence k, long v) throws IOException
IOExceptiondefault MapWriter.EntryWriter put(CharSequence k, float v) throws IOException
IOExceptiondefault MapWriter.EntryWriter put(CharSequence k, double v) throws IOException
IOExceptiondefault MapWriter.EntryWriter put(CharSequence k, boolean v) throws IOException
IOExceptiondefault MapWriter.EntryWriter put(CharSequence k, CharSequence v) throws IOException
IOExceptiondefault BiConsumer<CharSequence,Object> getBiConsumer()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.