public interface Ordered
Adds a getOrder() method to any class that implements it. Can be used in combination with OrderedComparator to sort objects
Type Params | Return Type | Name and description |
---|---|---|
|
public int |
getOrder() The order of this object |