Ordered
interface Ordered
Represents an entity that has an ordering attribute.
This interface is used to define objects that can be ordered or sorted based on a specific Order value. Implementations of this interface provide a way to determine the relative position or priority of instances in collections or sequences.