|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.configuration.protocol.utilities.LinqConditionsAdaptor<T>
T
- item(s) typepublic class LinqConditionsAdaptor<T>
Default(base) implementation of the utility interface
for filtering and sorting of items in given collection.
It is created as "interface implementation adaptor"
to simplify creation of custom filters/conditions.
Linq
methods set.
Constructor Summary | |
---|---|
LinqConditionsAdaptor()
|
Method Summary | |
---|---|
int |
compare(T o1,
T o2)
|
boolean |
condition(T item)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public LinqConditionsAdaptor()
Method Detail |
---|
public boolean condition(T item)
condition
in interface LinqConditions<T>
public int compare(T o1, T o2)
compare
in interface java.util.Comparator<T>
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |