public class ObjDistinctBy<T,K> extends LsaExtIterator<T>
hasNext, isInit, next| Constructor and Description |
|---|
ObjDistinctBy(java.util.Iterator<? extends T> iterator,
Function<? super T,? extends K> classifier) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
nextIteration() |
hasNext, next, removeprotected void nextIteration()
nextIteration in class LsaExtIterator<T>