public ClosableIterator<Long> getFourthIndexOnly(Long first, Long second, Long third) {
return new EntryIteratorThreeFixedOneArray(first, second, third, btree);
}
public ClosableIterator<Long> getFourthForTwoValues(Long first, Long second) {
return new EntryIteratorTwoFixedOneArray(first, second, btree);
}