Class Ranges.Entry

  • Enclosing class:
    Ranges

    public static class Ranges.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(long start, long end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getEnd()  
      long getStart()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        public Entry​(long start,
                     long end)
    • Method Detail

      • getStart

        public long getStart()
      • getEnd

        public long getEnd()