Class UnifiedMap.PositionalIterator<T>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PositionalIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      void remove()  
      protected void removeFromChain()  
      protected void removeLastFromChain​(java.lang.Object[] chain, int tableIndex)  
      • 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, next
    • Field Detail

      • count

        protected int count
      • position

        protected int position
      • chainPosition

        protected int chainPosition
      • lastReturned

        protected boolean lastReturned
    • Constructor Detail

      • PositionalIterator

        protected PositionalIterator()
    • Method Detail

      • hasNext

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

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

        protected void removeFromChain()
      • removeLastFromChain

        protected void removeLastFromChain​(java.lang.Object[] chain,
                                           int tableIndex)