Class StaticBucketMap.EntryIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int bucket  
      private java.util.ArrayList current  
      private java.util.Map.Entry last  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntryIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      java.lang.Object next()  
      protected java.util.Map.Entry nextEntry()  
      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

      • current

        private java.util.ArrayList current
      • bucket

        private int bucket
      • last

        private java.util.Map.Entry last
    • Constructor Detail

      • EntryIterator

        private EntryIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator
      • nextEntry

        protected java.util.Map.Entry nextEntry()
      • next

        public java.lang.Object next()
        Specified by:
        next in interface java.util.Iterator
      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator