Interface IObjectIterator<T>

All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
BreadthFirstSearchValueIterator, DeepFirstSearchValueIterator, SortedItemIterator, SortedKeyIterator, SortedValueIterator

public interface IObjectIterator<T> extends Iterator<T>