Package oracle.dbtools.plugin.api.di
Class PriorityComparator
java.lang.Object
oracle.dbtools.plugin.api.di.PriorityComparator
- All Implemented Interfaces:
Comparator<Class<?>>
Orders types based on their
Priority annotations (if any)- Author:
- cdivilly
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
PriorityComparator
public PriorityComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Class<?>>
-