io.sarl.sre.janus.internal
Class ObjectComparator<T>
Type Parameters:
T - is the type of the compared objects.
All Superinterfaces:
java.util.Comparator<T>
class ObjectComparator<T>
extends java.lang.Object
implements java.util.Comparator<T>
Comparator of objects.
Parameters:
<T> - is the type of the compared objects.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.11
Field Summary
Modifier and type Field and description
public static val ObjectComparator<T> SINGLETON
Action Summary
Modifier and type Action and description
int compare(T,T)
Field Details
SINGLETON
public static val SINGLETON : ObjectComparator<T>
Action Details
compare(T,T)
def compare(T,T) : int