public static class JXPathDecorator.JXPathComparator<O> extends Object implements Comparator<O>
| Modifier and Type | Field and Description |
|---|---|
protected Map<O,Comparable<Comparable<?>>> |
valueCache |
| Constructor and Description |
|---|
JXPathDecorator.JXPathComparator(String expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compare(O o1,
O o2) |
void |
init(JXPathDecorator<O> decorator,
List<O> datas) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsprotected Map<O,Comparable<Comparable<?>>> valueCache
public JXPathDecorator.JXPathComparator(String expression)
public int compare(O o1, O o2)
compare in interface Comparator<O>public void clear()
public void init(JXPathDecorator<O> decorator, List<O> datas)
Copyright © 2013–2015 CodeLutin. All rights reserved.