Class Hash.HashIterator

  • All Implemented Interfaces:
    Iterator<V>
    Enclosing class:
    Hash<V>

    public class Hash.HashIterator
    extends Object
    implements Iterator<V>
    • Constructor Detail

      • HashIterator

        public HashIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<V>
      • next

        public V next()
        Specified by:
        next in interface Iterator<V>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<V>