public ClosableIterator<Long> getFourthForTwoValues(Long first, Long second) {
return new EntryIteratorTwoFixedOneArray(first, second, btree);
}
public ClosableIterator<Long> getFourthForOneValue(Long first) {
return new EntryIteratorOneFixedOneArray(first, btree);
}