Class StaticBucketMap.BaseIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int bucket  
      private java.util.ArrayList<java.util.Map.Entry<K,​V>> current  
      private java.util.Map.Entry<K,​V> last  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BaseIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      protected java.util.Map.Entry<K,​V> nextEntry()  
      void remove()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • current

        private final java.util.ArrayList<java.util.Map.Entry<K,​V>> current
      • bucket

        private int bucket
      • last

        private java.util.Map.Entry<K,​V> last
    • Constructor Detail

      • BaseIterator

        private BaseIterator()
    • Method Detail

      • hasNext

        public boolean hasNext()
      • nextEntry

        protected java.util.Map.Entry<K,​V> nextEntry()
      • remove

        public void remove()