Maven module :
un.api : api-common :
Class :
un.api.Orderable
Extends/Implements :
-
Subclasses :
-
Interface for classes able to order instances.
author
Johann Sorel
Variables :
-
Functions :
order
param
other object to compare
return
negative,zero or positive value if this object is
before , same or after the given object.
int
order
(Object other)
author Johann Sorel