Interface Iterator<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
FastIterator.IteratorAdapter, HashTableIterator, LinkedList.LinkedListIterator, TupleIndexHashTable.FieldIndexHashTableFullIterator, TupleRBTree.RangeFastIterator

public interface Iterator<T> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • next

      T next()