Package one.microstream.collections.old
Class KeyValueFlatCollector<K,V>
- java.lang.Object
-
- one.microstream.collections.old.KeyValueFlatCollector<K,V>
-
- All Implemented Interfaces:
BiConsumer<K,V>
public final class KeyValueFlatCollector<K,V> extends Object implements BiConsumer<K,V>
-
-
Constructor Summary
Constructors Constructor Description KeyValueFlatCollector()
-
-
-
Method Detail
-
New
public static <K,V> KeyValueFlatCollector<K,V> New(int keyValueEntryCount)
-
yield
public final Object[] yield()
-
-