Class RecordingReplacingIterator<E>

java.lang.Object
com.blazebit.persistence.view.impl.collection.RecordingReplacingIterator<E>
All Implemented Interfaces:
Iterator<E>

public class RecordingReplacingIterator<E> extends Object implements Iterator<E>
Since:
1.2.0
Author:
Christian Beikov
  • Constructor Details

    • RecordingReplacingIterator

      public RecordingReplacingIterator(RecordingCollection<?,E> recordingCollection)
  • Method Details

    • hasNext

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

      public E next()
      Specified by:
      next in interface Iterator<E>
    • remove

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

      public void replace()
    • reset

      public void reset()
    • add

      public void add(E object)
    • getCurrent

      public E getCurrent()