return this.readOver(lastTriple, entry, pos);
} else {
TripleKey lastKey = null;
InnerNodeEntry nextEntry = LazyLiteralTripleKeyDBBPTreeStatistics.this.getNextInnerNodeEntryStatistics(
lastKey, in);
final COMPARE primary = nextEntry.key.getTripleComparator()
.getPrimary();
final COMPARE secondary = COMPARE.NONE;
final COMPARE tertiary = COMPARE.NONE;
final TripleKey key = new TripleKey(lastTriple,
new TripleComparator(primary, secondary, tertiary));
while (true) {
if (nextEntry == null || nextEntry.fileName <= 0) {
in.close();