Interface FastIterator<T>

All Known Implementing Classes:
FastIterator.NullFastIterator, LinkedList.LinkedListFastIterator, LinkedList.TMSLinkedListFastIterator, TupleIndexHashTable.FullFastIterator, TupleIndexRBTree.TupleFastIterator

public interface FastIterator<T>
  • Method Details

    • next

      T next(T object)
    • isFullIterator

      boolean isFullIterator()