org.apache.myfaces.extensions.validator.core
Class InvocationOrderComparator<T>

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.InvocationOrderComparator<T>
All Implemented Interfaces:
Serializable, Comparator<T>

public class InvocationOrderComparator<T>
extends Object
implements Comparator<T>, Serializable

Since:
x.x.3
See Also:
Serialized Form

Constructor Summary
InvocationOrderComparator()
           
 
Method Summary
 int compare(T nm1, T nm2)
           
 
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

InvocationOrderComparator

public InvocationOrderComparator()
Method Detail

compare

public int compare(T nm1,
                   T nm2)
Specified by:
compare in interface Comparator<T>


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