public class ConditionalKeyMapWriter extends Object implements MapWriter
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ConditionalKeyMapWriter.EntryWriterWrapper |
MapWriter.EntryWriter| 构造器和说明 |
|---|
ConditionalKeyMapWriter(MapWriter delegate,
Predicate<CharSequence> predicate) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Predicate<CharSequence> |
dedupeKeyPredicate(Set<CharSequence> keys) |
void |
writeMap(MapWriter.EntryWriter ew) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr, _sizepublic ConditionalKeyMapWriter(MapWriter delegate, Predicate<CharSequence> predicate)
public void writeMap(MapWriter.EntryWriter ew) throws IOException
writeMap 在接口中 MapWriterIOExceptionpublic static Predicate<CharSequence> dedupeKeyPredicate(Set<CharSequence> keys)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.