Interface Ordered
-
- All Superinterfaces:
Comparable<Ordered>
- All Known Subinterfaces:
ComponentDescriptor<T>
- All Known Implementing Classes:
SimpleComponentDescriptor,TopologyDescriptor
public interface Ordered extends Comparable<Ordered>
- See Also:
Order
-
-
Field Summary
Fields Modifier and Type Field Description static intHIGHEST_ORDERstatic intLOWEST_ORDER
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intcompareTo(Ordered that)intorder()
-
-
-
Field Detail
-
HIGHEST_ORDER
static final int HIGHEST_ORDER
- See Also:
- Constant Field Values
-
LOWEST_ORDER
static final int LOWEST_ORDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
order
int order()
-
compareTo
default int compareTo(Ordered that)
- Specified by:
compareToin interfaceComparable<Ordered>
-
-