Class FastHashMap.EntryIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntryIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      private void inc()  
      FastHashMap.Entry<K,​V> next()  
      private boolean readable()  
      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.util.Iterator

        forEachRemaining
    • Field Detail

      • index

        private int index
    • Constructor Detail

      • EntryIterator

        private EntryIterator()
    • Method Detail

      • readable

        private boolean readable()
      • inc

        private void inc()
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<FastHashMap.Entry<K,​V>>
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<FastHashMap.Entry<K,​V>>