public class InsertableIterator<T> extends Object implements Iterator<T>
protected boolean
append
protected Iterator<T>
iterator
protected Deque<Iterator<T>>
iterators
InsertableIterator(Iterator<T> iterator, boolean append)
boolean
hasNext()
void
insert(Iterator<T> iterator)
T
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Iterator<T> iterator
protected Deque<Iterator<T>> iterators
protected boolean append
public InsertableIterator(Iterator<T> iterator, boolean append)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
public void insert(Iterator<T> iterator)
Copyright © 2015. All Rights Reserved.