@Internal public class Tuple3UnwrappingIterator<T,K1,K2> extends Object implements Iterator<T>, Iterable<T>, Serializable
Constructor and Description |
---|
Tuple3UnwrappingIterator() |
Modifier and Type | Method and Description |
---|---|
K1 |
getLastGroupKey() |
K2 |
getLastSortKey() |
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
void |
set(Iterator<Tuple3<K1,K2,T>> iterator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.