4950515253545556
return index; } @Override protected void dumpIndex(Index<String, Long> index) throws IOException { Transaction tx = pf.tx(); ((BTreeIndex)index).printStructure(tx, System.out); }