public final class KeyValueFlatCollector<K,V> extends Object implements BiConsumer<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(K key,
V value) |
static <K,V> KeyValueFlatCollector<K,V> |
New(int keyValueEntryCount) |
Object[] |
yield() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static <K,V> KeyValueFlatCollector<K,V> New(int keyValueEntryCount)
public final Object[] yield()
Copyright © 2022 MicroStream Software. All rights reserved.