org.eclipse.nebula.widgets.nattable.util
Class ComparatorChain<T>
java.lang.Object
   org.eclipse.nebula.widgets.nattable.util.ComparatorChain<T>
org.eclipse.nebula.widgets.nattable.util.ComparatorChain<T>
- All Implemented Interfaces: 
- Comparator<T>
- public class ComparatorChain<T> 
- extends Object- implements Comparator<T>
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ComparatorChain
public ComparatorChain(List<Comparator<T>> comparators)
compare
public int compare(T arg0,
                   T arg1)
- 
- Specified by:
- comparein interface- Comparator<T>
 
- 
 
Copyright © 2014. All rights reserved.