Class stl_Int_Interval

java.lang.Object
com.jackmeng.stl.stl_Int_Interval

public class stl_Int_Interval
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) int high  
    (package private) int low  
  • Constructor Summary

    Constructors
    Constructor Description
    stl_Int_Interval​(int low, int high)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • low

      int low
    • high

      int high
  • Constructor Details

    • stl_Int_Interval

      public stl_Int_Interval​(int low, int high)