Uses of Interface
org.scijava.priority.Prioritized
-
-
Uses of Prioritized in org.scijava.priority
Classes in org.scijava.priority with type parameters of type Prioritized Modifier and Type Interface Description interfacePrioritized<T extends Prioritized<T>>An object that can be sorted according to priority.Methods in org.scijava.priority with type parameters of type Prioritized Modifier and Type Method Description static <T extends Prioritized<T>>
intPrioritized. compare(Prioritized<T> p1, Prioritized<T> p2)Compares twoPrioritizedobjects, based on theirpriority()value.Methods in org.scijava.priority with parameters of type Prioritized Modifier and Type Method Description static <T extends Prioritized<T>>
intPrioritized. compare(Prioritized<T> p1, Prioritized<T> p2)Compares twoPrioritizedobjects, based on theirpriority()value.
-