Klasse Interval

java.lang.Object
org.teamapps.ux.component.timegraph.Interval

public class Interval extends Object
  • Konstruktordetails

    • Interval

      public Interval(long min, long max)
  • Methodendetails

    • union

      public static Interval union(Interval interval, Interval intervalB)
    • intersection

      public static Interval intersection(Interval a, Interval b)
    • empty

      public static Interval empty()
    • getMin

      public long getMin()
    • getMax

      public long getMax()
    • toUiLongInterval

      public org.teamapps.dto.UiLongInterval toUiLongInterval()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object