Package org.apache.uima.cas.impl
Interface FSIndexImpl
- All Superinterfaces:
LowLevelIndex
- All Known Implementing Classes:
FSBagIndex
,FSIntArrayIndex
,FSLeafIndexImpl
,FSRBTSetIndex
Class comment for FSIndexImpl.java goes here.
-
Method Summary
Methods inherited from interface org.apache.uima.cas.impl.LowLevelIndex
ll_compare, ll_iterator, ll_iterator, ll_rootIterator, size
-
Method Details
-
getComparator
FSIndexComparator getComparator()- Returns:
- the FSIndexComparator structure used by this index
-
flush
void flush() -
getIntIterator
IntPointerIterator getIntIterator()
-