com.togethersoft.openapi.util.function
Class ComparatorAdapter
- public abstract class ComparatorAdapter
- implements Comparator
This light version of stadard Comparator from JDK. All derived classes have to
implement only equals(java.lang.Object) method.
- Author:
- TogetherSoft
- Since: Together 4.0
| Method Summary |
boolean | equals(Object obj) Return true if specified object and this class are equivalent, false otherwise. |
equals
public boolean equals(Object obj)
- Return
true if specified object and this class are equivalent, false otherwise.