org.nuiton.util.decorator
Class JXPathDecorator.JXPathComparator<O>
java.lang.Object
org.nuiton.util.decorator.JXPathDecorator.JXPathComparator<O>
- All Implemented Interfaces:
- Comparator<O>
- Enclosing class:
- JXPathDecorator<O>
public static class JXPathDecorator.JXPathComparator<O>
- extends Object
- implements Comparator<O>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueCache
protected Map<O,Comparable<Comparable<?>>> valueCache
JXPathDecorator.JXPathComparator
public JXPathDecorator.JXPathComparator(String expression)
compare
public int compare(O o1,
O o2)
- Specified by:
compare in interface Comparator<O>
clear
public void clear()
init
public void init(JXPathDecorator<O> decorator,
List<O> datas)
Copyright © 2004-2011 CodeLutin. All Rights Reserved.