Class RecordingEntrySetReplacingIterator<K,V>

java.lang.Object
com.blazebit.persistence.view.impl.collection.RecordingEntrySetReplacingIterator<K,V>
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>

public class RecordingEntrySetReplacingIterator<K,V> extends Object implements Iterator<Map.Entry<K,V>>
Since:
1.2.0
Author:
Christian Beikov
  • Constructor Details

    • RecordingEntrySetReplacingIterator

      public RecordingEntrySetReplacingIterator(RecordingMap<? extends Map<K,V>,K,V> recordingMap)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<K>
    • next

      public Map.Entry<K,V> next()
      Specified by:
      next in interface Iterator<K>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<K>
    • replace

      public V replace()
    • replaceValue

      public void replaceValue(Set<Object> removedKeys)
    • reset

      public void reset()
    • add

      public void add(K key, V value)
    • getCurrent

      public V getCurrent()