Uses of Interface
org.apache.uima.internal.util.IntPointerIterator

Packages that use IntPointerIterator
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.internal.util   
org.apache.uima.internal.util.rb_trees   
 

Uses of IntPointerIterator in org.apache.uima.cas.impl
 

Methods in org.apache.uima.cas.impl that return IntPointerIterator
 IntPointerIterator FSIndexImpl.getIntIterator()
           
 IntPointerIterator FSLeafIndexImpl.getIntIterator()
           
 IntPointerIterator FSIndexRepositoryImpl.getIntIteratorForIndex(java.lang.String label)
           
 IntPointerIterator FSIndexRepositoryImpl.getIntIteratorForIndex(java.lang.String label, Type type)
           
protected  IntPointerIterator FSVectorIndex.refIterator()
           
protected  IntPointerIterator FSBagIndex.refIterator()
           
protected abstract  IntPointerIterator FSLeafIndexImpl.refIterator()
           
protected  IntPointerIterator FSIntArrayIndex.refIterator()
           
protected  IntPointerIterator FSVectorIndex.refIterator(int fsCode)
           
protected  IntPointerIterator FSBagIndex.refIterator(int fsCode)
           
protected abstract  IntPointerIterator FSLeafIndexImpl.refIterator(int fsCode)
           
protected  IntPointerIterator FSIntArrayIndex.refIterator(int fsCode)
           
 

Uses of IntPointerIterator in org.apache.uima.internal.util
 

Subinterfaces of IntPointerIterator in org.apache.uima.internal.util
 interface ComparableIntPointerIterator
          Interface for a comparable IntListIterator.
 

Uses of IntPointerIterator in org.apache.uima.internal.util.rb_trees
 

Methods in org.apache.uima.internal.util.rb_trees that return IntPointerIterator
 IntPointerIterator IntArrayRBT.pointerIterator()
           
 IntPointerIterator IntArrayRBT.pointerIterator(int aKey)
           
 



Copyright © 2012. All Rights Reserved.