com.mysema.query.collections
Class MultiComparator
java.lang.Object
com.mysema.query.collections.MultiComparator
- All Implemented Interfaces:
- Serializable, Comparator<Object[]>
public class MultiComparator
- extends Object
- implements Comparator<Object[]>, Serializable
MultiComparator compares
- Version:
- $Id$
- Author:
- tiwe
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiComparator
public MultiComparator(Evaluator<Object[]> ev,
boolean[] directions)
compare
public int compare(Object[] o1,
Object[] o2)
- Specified by:
compare
in interface Comparator<Object[]>
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.