Class ArrayModNodeLocator.NodeIterator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int next  
      private int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeIterator​(int keyStart)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void computeNext()  
      boolean hasNext()  
      MemcachedNode 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.util.Iterator

        forEachRemaining
    • Field Detail

      • start

        private final int start
      • next

        private int next
    • Constructor Detail

      • NodeIterator

        public NodeIterator​(int keyStart)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<MemcachedNode>
      • computeNext

        private void computeNext()
      • remove

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