Interface Ordered

All Known Subinterfaces:
LocaleResolver<T>
All Known Implementing Classes:
AbstractLocaleResolver, FixedLocaleResolver

public interface Ordered
Interface for objects that are ordered.
Since:
1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant for the highest precedence value.
    static final int
    Constant for the lowest precedence value.
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     
  • Field Details

  • Method Details

    • getOrder

      default int getOrder()
      Returns:
      The order of the object. Defaults to zero (no order).