Class Interval


  • public class Interval
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Interval()  
      Interval​(int a, int b)  
      Interval​(int a, int b, java.lang.String annotation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAnnotation()  
      int getBegin()  
      int getEnd()  
      boolean isIn​(int a, int b)  
      boolean isIn​(Interval interval)  
      • Methods inherited from class java.lang.Object

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

      • Interval

        public Interval​(int a,
                        int b,
                        java.lang.String annotation)
      • Interval

        public Interval​(int a,
                        int b)
      • Interval

        public Interval()
    • Method Detail

      • getBegin

        public int getBegin()
      • getEnd

        public int getEnd()
      • getAnnotation

        public java.lang.String getAnnotation()
      • isIn

        public boolean isIn​(int a,
                            int b)
      • isIn

        public boolean isIn​(Interval interval)