303132333435363738
public class PersistitIterationHelper implements IterationHelper { @Override public Row row() { PersistitIndexRow row = (PersistitIndexRow)adapter.takeIndexRow(indexRowType); row.copyFrom(exchange); return row; }