ist.palcom.collections
Interface Iterator

All Known Implementing Classes:
ArrayIterator, EnumerationIterator, LogIterator

public interface Iterator


Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 

Method Detail

hasNext

boolean hasNext()

next

java.lang.Object next()