wt.util
Class SortedEnumeration.SortPredicate
java.lang.Object
wt.util.SortedEnumeration.SortPredicate
- All Implemented Interfaces:
- com.objectspace.jgl.BinaryPredicate, Serializable
- Enclosing class:
- SortedEnumeration
- static class SortedEnumeration.SortPredicate
- extends Object
- implements com.objectspace.jgl.BinaryPredicate
Field Summary |
(package private) int |
order
|
Fields inherited from interface com.objectspace.jgl.BinaryPredicate |
serialVersionUID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
order
int order
SortedEnumeration.SortPredicate
SortedEnumeration.SortPredicate(int order)
execute
public boolean execute(Object first,
Object second)
- Specified by:
execute
in interface com.objectspace.jgl.BinaryPredicate