org.apache.uima.cas.impl
Interface FSIndexImpl

All Superinterfaces:
LowLevelIndex
All Known Implementing Classes:
FSBagIndex, FSIntArrayIndex, FSLeafIndexImpl, FSVectorIndex

public interface FSIndexImpl
extends LowLevelIndex

Class comment for FSIndexImpl.java goes here.


Method Summary
 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()

flush

void flush()

getIntIterator

IntPointerIterator getIntIterator()


Copyright © 2013. All Rights Reserved.