Maven module :
un.api : api-common :
Class :
un.api.Sorter
Extends/Implements :
-
Subclasses :
-
Sort objects.
author
Johann Sorel
Variables :
-
Functions :
sort
param
first first object to compare
param
second second object to compare
return
negative,zero or positive value if first object is
before , same or after the given object.
int
sort
(Object first, Object second)
author Johann Sorel