E
public abstract class CarbonIterator<E> extends Object implements Iterator<E>
CarbonIterator()
abstract boolean
hasNext()
abstract E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public CarbonIterator()
public abstract boolean hasNext()
hasNext
Iterator<E>
public abstract E next()
next
public void remove()
remove
Copyright © 2016 The Apache Software Foundation. All rights reserved.