Iterator<T>
private int
i
private final List<SoftReference<T>>
queue
LooseListIterator(List<SoftReference<T>> l)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
hasNext
next
remove