Uses of Interface
org.apache.uima.internal.util.IntComparator
-
Packages that use IntComparator Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util.rb_trees -
-
Uses of IntComparator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement IntComparator Modifier and Type Class Description class
FSBagIndex<T extends FeatureStructure>
Used for UIMA FS Bag Indexes Uses IntVector or PositiveIntSet to hold values of FSsclass
FSIntArrayIndex<T extends FeatureStructure>
Used for sorted indexes only Uses IntVector (sorted) as the index (of FSs)class
FSLeafIndexImpl<T extends FeatureStructure>
The common (among all index kinds - set, sorted, bag) info for an index Subtypes define the actual index repository (integers indexing the CAS) for each kind.class
FSRBTSetIndex<T extends FeatureStructure>
Used for UIMA FS Set Indexes Uses CompIntArrayRBT red black tree to hold items Same as FSRBTIndex, but duplicates are not inserted.Methods in org.apache.uima.cas.impl with parameters of type IntComparator Modifier and Type Method Description ComparableIntPointerIterator<T>
FSBagIndex. pointerIterator(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode)
ComparableIntPointerIterator<T>
FSIntArrayIndex. pointerIterator(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode)
The comp value is only used when ordering iterators in type/subtype collectionsabstract ComparableIntPointerIterator<T>
FSLeafIndexImpl. pointerIterator(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode)
ComparableIntPointerIterator<T>
FSRBTSetIndex. pointerIterator(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode)
Constructors in org.apache.uima.cas.impl with parameters of type IntComparator Constructor Description IntIterator4set(FSRBTSetIndex<T> fsSetIndex, int[] detectIllegalIndexUpdates, IntComparator comp)
-
Uses of IntComparator in org.apache.uima.internal.util.rb_trees
Methods in org.apache.uima.internal.util.rb_trees with parameters of type IntComparator Modifier and Type Method Description <T extends FeatureStructure>
ComparableIntPointerIterator<T>IntArrayRBT. pointerIterator(FSRBTSetIndex<T> fsSetIndex, int[] detectIllegalIndexUpdates, IntComparator comp)
<T extends FeatureStructure>
IntPointerIteratorIntArrayRBT. pointerIterator(IntComparator comp, FSRBTSetIndex<T> fsSetIndex)
Constructors in org.apache.uima.internal.util.rb_trees with parameters of type IntComparator Constructor Description CompIntArrayRBT(IntComparator comp)
CompIntArrayRBT(IntComparator comp, int initialSize)
Constructor for CompIntArrayRBT.
-