public class ElementBuffer<E> extends Object
ElementBuffer(int size, Consumer<List<E>> consumer)
void
append(E element)
append(List<E> elements)
flush()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ElementBuffer(int size, Consumer<List<E>> consumer)
public void append(E element)
public void append(List<E> elements)
public void flush()
Copyright © 2020. All rights reserved.