Class IntervalMap.Interval

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long from  
      (package private) long to  
    • Constructor Summary

      Constructors 
      Constructor Description
      Interval​(long from, long to)  
    • Field Detail

      • from

        final long from
      • to

        final long to
    • Constructor Detail

      • Interval

        public Interval​(long from,
                        long to)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object