org.apache.webbeans.decorator
Class DecoratorComparator<T>

java.lang.Object
  extended by org.apache.webbeans.decorator.DecoratorComparator<T>
All Implemented Interfaces:
Serializable, Comparator<javax.enterprise.inject.spi.Decorator<T>>

public class DecoratorComparator<T>
extends Object
implements Comparator<javax.enterprise.inject.spi.Decorator<T>>, Serializable

See Also:
Serialized Form

Constructor Summary
DecoratorComparator(WebBeansContext webBeansContext)
           
 
Method Summary
 int compare(javax.enterprise.inject.spi.Decorator<T> o1, javax.enterprise.inject.spi.Decorator<T> o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

DecoratorComparator

public DecoratorComparator(WebBeansContext webBeansContext)
Method Detail

compare

public int compare(javax.enterprise.inject.spi.Decorator<T> o1,
                   javax.enterprise.inject.spi.Decorator<T> o2)
Specified by:
compare in interface Comparator<javax.enterprise.inject.spi.Decorator<T>>


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.