it.moveToNext();
}
assertTrue(count == 4);
// System.out.println("Size of subiterator(false, false): " + count);
count = 0;
for (it.moveToLast(); it.isValid(); it.moveToPrevious()) {
++count;
}
assertTrue(count == 4);
AnnotationFS sent = (AnnotationFS) this.cas.getAnnotationIndex(this.sentenceType).iterator().get();
it = annotIndex.subiterator(sent, false, true);