public class ElementCountBatchBuilder<T> extends Object implements BatchBuilder<T>
ElementCountBatchBuilder(int maxElements)
void
add(T element)
int
bufferSizeHint()
clear()
boolean
fits(T element)
full()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ElementCountBatchBuilder(int maxElements)
public void add(T element)
public boolean full()
public boolean fits(T element)
public void clear()
public int bufferSizeHint()