Uses of Class
org.apache.uima.cas.FSComparators
-
Packages that use FSComparators Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FSComparators in org.apache.uima.cas
Methods in org.apache.uima.cas that return FSComparators Modifier and Type Method Description static FSComparators
FSComparators. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FSComparators[]
FSComparators. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FSComparators in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type FSComparators Modifier and Type Method Description private java.util.Comparator<TOP>
FSIndexRepositoryImpl. createAnnotationFsComparator(FSComparators withId, FSComparators withTypeOrder)
java.util.Comparator<TOP>
FSIndexRepositoryImpl. getAnnotationFsComparator(FSComparators withId, FSComparators withTypeOrder)
private java.util.Comparator<TOP>
FSIndexRepositoryImpl. getCachedComparator(FSComparators withId, FSComparators withTypeOrder)
private void
FSIndexRepositoryImpl. setCachedComparator(FSComparators withId, FSComparators withTypeOrder, java.util.Comparator<TOP> c)
-