Interface _longRange

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  _longRange.Default  
    • Method Summary

      Modifier and Type Method Description
      long bound()  
      default long length()  
      static _longRange New​(long start, long bound)  
      long start()  
    • Method Detail

      • start

        long start()
      • bound

        long bound()
      • length

        default long length()
      • New

        static _longRange New​(long start,
                              long bound)