T - - object of the type on which the user wants to iterate.public interface ICollectionIterator<T>
extends java.util.Iterator<T>
boolean hasNext()
hasNext in interface java.util.Iterator<T>T next()
next in interface java.util.Iterator<T>void remove()
remove in interface java.util.Iterator<T>