Interface Range<T>


@API(status=STABLE) public interface Range<T>
Since:
10/03/2022
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    default Pair<T,T>
     
  • Method Details

    • getStart

      T getStart()
    • getEnd

      T getEnd()
    • toPair

      default Pair<T,T> toPair()