org.saager.enumerator
Interface LiveIterator<T>

All Superinterfaces:
java.util.Iterator<T>

public interface LiveIterator<T>
extends java.util.Iterator<T>


Method Summary
 void set(T obj)
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

set

void set(T obj)