Interface Ordered
-
- All Superinterfaces:
Comparable<Ordered>
- All Known Subinterfaces:
ComponentDescriptor<T>
- All Known Implementing Classes:
ComponentDescriptorBuilder
,SimpleComponentDescriptor
,TopologyDescriptor
public interface Ordered extends Comparable<Ordered>
- See Also:
Order
-
-
Field Summary
Fields Modifier and Type Field Description static int
HIGHEST_ORDER
static int
LOWEST_ORDER
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
compareTo(Ordered that)
int
order()
-
-
-
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:
compareTo
in interfaceComparable<Ordered>
-
-