org.eclipse.nebula.widgets.nattable.util
Class ComparatorChain<T>

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.util.ComparatorChain<T>
All Implemented Interfaces:
Comparator<T>

public class ComparatorChain<T>
extends Object
implements Comparator<T>


Constructor Summary
ComparatorChain(List<Comparator<T>> comparators)
           
 
Method Summary
 int compare(T arg0, T arg1)
           
 
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

ComparatorChain

public ComparatorChain(List<Comparator<T>> comparators)
Method Detail

compare

public int compare(T arg0,
                   T arg1)
Specified by:
compare in interface Comparator<T>


Copyright © 2014. All rights reserved.