| Package | Description |
|---|---|
| org.nuiton.util.decorator |
This package contains a api to do some decoration over any object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiJXPathDecorator<O>
JXPathDecorator implementation with multiple contexts. |
| Modifier and Type | Method and Description |
|---|---|
static <O> JXPathDecorator<O> |
DecoratorUtil.newJXPathDecorator(Class<O> type,
String expression)
Factory method to instanciate a new
JXPathDecorator for the given
class internalClass and expression. |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JXPathDecorator.ensureTokenIndex(JXPathDecorator<?> decorator,
int pos) |
void |
JXPathDecorator.JXPathComparator.init(JXPathDecorator<O> decorator,
List<O> datas) |
static <O> void |
DecoratorUtil.sort(JXPathDecorator<O> decorator,
List<O> datas,
int pos)
Sort a list of data based on the first token property of a given context
in a given decorator.
|
static <O> void |
DecoratorUtil.sort(JXPathDecorator<O> decorator,
List<O> datas,
int pos,
boolean reverse)
Sort a list of data based on the first token property of a given context
in a given decorator.
|
Copyright © 2004-2013 CodeLutin. All Rights Reserved.