Uses of Class
org.apache.jena.atlas.data.AbortableComparator.Finish
-
Packages that use AbortableComparator.Finish Package Description org.apache.jena.atlas.data -
-
Uses of AbortableComparator.Finish in org.apache.jena.atlas.data
Methods in org.apache.jena.atlas.data that return AbortableComparator.Finish Modifier and Type Method Description AbortableComparator.FinishAbortableComparator. abortableSort(E[] e)Sort the arrayeusing this comparator with the additional ability to abort the sort.static AbortableComparator.FinishAbortableComparator.Finish. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbortableComparator.Finish[]AbortableComparator.Finish. values()Returns an array containing the constants of this enum type, in the order they are declared.
-