org.apache.webbeans.intercept
Class InterceptorDataComparator

java.lang.Object
  extended by org.apache.webbeans.intercept.InterceptorDataComparator
All Implemented Interfaces:
Serializable, Comparator<InterceptorData>

public class InterceptorDataComparator
extends Object
implements Comparator<InterceptorData>, Serializable

See Also:
Serialized Form

Constructor Summary
InterceptorDataComparator(WebBeansContext webBeansContext)
           
 
Method Summary
 int compare(InterceptorData o1, InterceptorData 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

InterceptorDataComparator

public InterceptorDataComparator(WebBeansContext webBeansContext)
Method Detail

compare

public int compare(InterceptorData o1,
                   InterceptorData o2)
Specified by:
compare in interface Comparator<InterceptorData>


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