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