public class DecoratorComparator<T> extends Object implements Comparator<javax.enterprise.inject.spi.Decorator<T>>
Constructor and Description |
---|
DecoratorComparator(WebBeansContext webBeansContext) |
Modifier and Type | Method and Description |
---|---|
int |
compare(javax.enterprise.inject.spi.Decorator<T> o1,
javax.enterprise.inject.spi.Decorator<T> o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public DecoratorComparator(WebBeansContext webBeansContext)
public int compare(javax.enterprise.inject.spi.Decorator<T> o1, javax.enterprise.inject.spi.Decorator<T> o2)
compare
in interface Comparator<javax.enterprise.inject.spi.Decorator<T>>
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.