Class UnifiedMapWithHashingStrategy.PositionalIterator<T>

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

protected abstract class UnifiedMapWithHashingStrategy.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)