public class ContainerIterator extends java.lang.Object implements java.util.Iterator<Container>
ContainerIterator(Containers containers)
long
getCurrentContainerIdx()
boolean
hasNext()
Container
next()
void
replace(Container container)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public ContainerIterator(Containers containers)
containers
public boolean hasNext()
hasNext
java.util.Iterator<Container>
public Container next()
next
public long getCurrentContainerIdx()
public void replace(Container container)
container