All Known Implementing Classes:
Reference.AlphabeticalRange, Reference.NumericRange

public sealed interface Reference permits Reference.NumericRange, Reference.AlphabeticalRange
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Represents a range of alphabetical values from a starting character to an ending character or string.
    static final record 
    Represents a numeric range with specified start, end (inclusive), step, and format.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details