E
public class RoundrobinLongestIterator<E> extends ReadOnlyIterator<Maybe<E>>
RoundrobinLongestIterator(Iterator<T> iterators)
boolean
hasNext()
Maybe<E>
next()
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RoundrobinLongestIterator(Iterator<T> iterators)
public boolean hasNext()
public Maybe<E> next()
Copyright © 2013. All Rights Reserved.