Summary:
Detail:
Iterator<T>
Box
private final Iterator<Box>
iter
private final Class<T>
type
private
ChildIteratorOfType(Iterator<Box> parent, Class<T> clazz)
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
hasNext
next