Class Interval

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

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

    Constructors 
    Constructor Description
    Interval​(long min, long max)  
  • Method Summary

    Modifier and Type Method Description
    org.teamapps.dto.UiLongInterval createUiLongInterval()  
    long getMax()  
    long getMin()  
    java.lang.String toString()  
    static Interval union​(Interval interval, Interval intervalB)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Interval

      public Interval​(long min, long max)
  • Method Details