Uses of Interface
Iterator

Uses of Iterator in <Unnamed>
 

Subinterfaces of Iterator in <Unnamed>
 interface Listiterator<K,D>
          An Listiterator allows all operations of an Iterator, and additionally has operations to insert and delete entries at the current position.
 

Methods in <Unnamed> that return Iterator
abstract  Iterator<K,D> Dictionary.iterator()
           
 Iterator<K,D> Hashtable.iterator()
           
 Iterator<K,D> Map.iterator()
          Creates a new iterator over all associations between keys and data.
 Iterator<K,D> Searchtree.iterator()
           
 Iterator<K,D> Skiplist.iterator()
           
 

Constructors in <Unnamed> with parameters of type Iterator
SimpleIterator(Iterator<K,?> i)
          Creates a new SimpleIterator from an Iterator.