public static class SReadOnlyIndex.RowIndexSequence extends java.lang.Object implements SIndex.RowIndex
Constructor and Description |
---|
RowIndexSequence(int start,
int count,
DeletedRowsSelection removedRows) |
Modifier and Type | Method and Description |
---|---|
int |
currentIndex() |
boolean |
hasNext() |
boolean |
hasPrevious() |
SIndex.RowIndex |
next() |
SIndex.RowIndex |
previous() |
public RowIndexSequence(int start, int count, DeletedRowsSelection removedRows)
public boolean hasNext()
hasNext
in interface SIndex.RowIndex
public SIndex.RowIndex next()
next
in interface SIndex.RowIndex
public boolean hasPrevious()
hasPrevious
in interface SIndex.RowIndex
public SIndex.RowIndex previous()
previous
in interface SIndex.RowIndex
public int currentIndex()
currentIndex
in interface SIndex.RowIndex
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.