org.melati.poem.util
Class DictionaryOrder
java.lang.Object
org.melati.poem.util.DictionaryOrder
- All Implemented Interfaces:
- Order
public class DictionaryOrder
- extends Object
- implements Order
An ordering using String.compareTo
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vanilla
public static DictionaryOrder vanilla
- Standard ordering.
DictionaryOrder
public DictionaryOrder()
lessOrEqual
public boolean lessOrEqual(Object a,
Object b)
- Whether A is less than or equal to B.
- Specified by:
lessOrEqual
in interface Order
- Parameters:
a
- Ab
- B
- Returns:
- true if a is less than or equal to b
- See Also:
Order.lessOrEqual(java.lang.Object, java.lang.Object)
Copyright © 2000-2010 PanEris. All Rights Reserved.