Interface MapWriter.EntryWriter

All Known Implementing Classes:
ConditionalKeyMapWriter.EntryWriterWrapper, ConditionalMapWriter.EntryWriterWrapper, JavaBinCodec.BinEntryWriter
Enclosing interface:
MapWriter

public static interface MapWriter.EntryWriter
An interface to push one entry at a time to the output. The order of the keys is not defined, but we assume they are distinct -- don't call put more than once for the same key.