return false;
}
IndexMatchFocus ffcous = (IndexMatchFocus) focus;
LongQueue pendings = ffcous.getPtrsQueue();
outer: if(pendings != null && !pendings.isEmpty()) {
long ptr = pendings.dequeue();
while(ptr == -1L) {
if(pendings.isEmpty()) {
break outer;
}
ptr = pendings.dequeue();