Uses of Class
SimpleIterator

Uses of SimpleIterator in <Unnamed>
 

Methods in <Unnamed> that return SimpleIterator
 SimpleIterator<D> Array.iterator()
          Delivers an iterator over the objects stored in this array.
 SimpleIterator<K> Set.iterator()
          Gives an iterator over all elements in the set.
 SimpleIterator<K> Dictionary.simpleiterator()
           
 SimpleIterator<K> Map.simpleiterator()
          Creates a new iterator only over the keys.