Class UnifiedMap.PositionalIterator<T>

java.lang.Object
org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator<T>
All Implemented Interfaces:
Iterator<T>
Direct Known Subclasses:
UnifiedMap.EntrySetIterator, UnifiedMap.KeySetIterator, UnifiedMap.ValuesIterator
Enclosing class:
UnifiedMap<K,V>

protected abstract class UnifiedMap.PositionalIterator<T> extends Object implements Iterator<T>
  • Field Details

    • count

      protected int count
    • position

      protected int position
    • chainPosition

      protected int chainPosition
    • lastReturned

      protected boolean lastReturned
  • Constructor Details

    • PositionalIterator

      protected PositionalIterator()
  • Method Details

    • hasNext

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

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

      protected void removeFromChain()
    • removeLastFromChain

      protected void removeLastFromChain(Object[] chain, int tableIndex)