public KeyFinalCursor(Iterator<SortKey> sortIterator, RowType rowType, API.SortOption sortOption, Comparator<SortKey> compare) {
this.sortIterator = sortIterator;
this.rowType = rowType;
this.sortOption = sortOption;
this.compare = compare;
valueSource = new PersistitValueValueSource();
}