Class RetainingGroup<T>

java.lang.Object
io.datarouter.scanner.RetainingGroup<T>

public class RetainingGroup<T>
extends Object
Simple object returned by RetainingScanner
  • Constructor Details

  • Method Details

    • current

      public T current()
    • previous

      public T previous()
    • peekBack

      public T peekBack​(int peekBackIndex)
      peekBack(0) == current()
      peekBack(n) == nth item before current
      Parameters:
      peekBackIndex - index of previous scanner item