Package org.apache.webbeans.intercept
Class InterceptorComparator<T>
java.lang.Object
org.apache.webbeans.intercept.InterceptorComparator<T>
- All Implemented Interfaces:
Comparator<jakarta.enterprise.inject.spi.Interceptor<T>>
public class InterceptorComparator<T>
extends Object
implements Comparator<jakarta.enterprise.inject.spi.Interceptor<T>>
-
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
-
InterceptorComparator
-
-
Method Details
-
compare
public int compare(jakarta.enterprise.inject.spi.Interceptor<T> o1, jakarta.enterprise.inject.spi.Interceptor<T> o2) - Specified by:
comparein interfaceComparator<T>
-