Class Hash.HashEntryIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Hash.HashEntry<V> next  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      java.util.Iterator<Hash.HashEntry<V>> iterator()  
      Hash.HashEntry<V> next()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • HashEntryIterator

        public HashEntryIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<Hash.HashEntry<V>>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<Hash.HashEntry<V>>