protected class DelegatedData.DelegatedIterator extends Object implements Iterator<DelegatedData>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
DelegatedData |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<DelegatedData>
public DelegatedData next()
next
in interface Iterator<DelegatedData>
public void remove()
remove
in interface Iterator<DelegatedData>
Copyright © 2010–2017 Google. All rights reserved.