org.codehaus.waffle.action.intercept
Class MethodInterceptorComparator

java.lang.Object
  extended by org.codehaus.waffle.action.intercept.MethodInterceptorComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<MethodInterceptor>

public class MethodInterceptorComparator
extends java.lang.Object
implements java.util.Comparator<MethodInterceptor>, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MethodInterceptorComparator()
           
 
Method Summary
 int compare(MethodInterceptor first, MethodInterceptor second)
           
 
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

MethodInterceptorComparator

public MethodInterceptorComparator()
Method Detail

compare

public int compare(MethodInterceptor first,
                   MethodInterceptor second)
Specified by:
compare in interface java.util.Comparator<MethodInterceptor>


Copyright © 2008. All Rights Reserved.