public class EntityConsumer<T> extends java.lang.Object implements DataPartitionConsumer<T>
Constructor and Description |
---|
EntityConsumer(T value) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Weather we have a next value
|
T |
next()
Return the next value
|
public EntityConsumer(T value)
public boolean hasNext()
DataPartitionConsumer
hasNext
in interface DataPartitionConsumer<T>
public T next()
DataPartitionConsumer
next
in interface DataPartitionConsumer<T>