Interface CloneableIterator<E>

Type Parameters:
E - the data type of the iterator
All Superinterfaces:
Cloneable
All Known Implementing Classes:
AndIt, BufferedAndIterator, BufferedORIterator, BufferedXORIterator, ORIt, XORIt

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