Interface CloneableIterator<E>

Type Parameters:
E - the data type of the iterator
All Superinterfaces:
Cloneable

public interface CloneableIterator<E> extends Cloneable
Like a standard Java iterator, except that you can clone it.