org.apache.webbeans.intercept
Class InterceptorComparator<T>

java.lang.Object
  extended by org.apache.webbeans.intercept.InterceptorComparator<T>
All Implemented Interfaces:
java.util.Comparator<javax.enterprise.inject.spi.Interceptor<T>>

public class InterceptorComparator<T>
extends java.lang.Object
implements java.util.Comparator<javax.enterprise.inject.spi.Interceptor<T>>


Constructor Summary
InterceptorComparator()
           
 
Method Summary
 int compare(javax.enterprise.inject.spi.Interceptor<T> o1, javax.enterprise.inject.spi.Interceptor<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

InterceptorComparator

public InterceptorComparator()
Method Detail

compare

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


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