public class ObjChunkBy<T,K> extends LsaIterator<java.util.List<T>>
| Constructor and Description |
|---|
ObjChunkBy(java.util.Iterator<? extends T> iterator,
Function<? super T,? extends K> classifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.List<T> |
nextIteration() |
next, removepublic boolean hasNext()
public java.util.List<T> nextIteration()
nextIteration in class LsaIterator<java.util.List<T>>