Class IdRange


  • public class IdRange
    extends java.lang.Object
    Represents a range of UID values.
    • Constructor Summary

      Constructors 
      Constructor Description
      IdRange​(long singleVal)  
      IdRange​(long lowVal, long highVal)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getHighVal()  
      long getLowVal()  
      boolean includes​(long uid)  
      • Methods inherited from class java.lang.Object

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

      • IdRange

        public IdRange​(long singleVal)
      • IdRange

        public IdRange​(long lowVal,
                       long highVal)
    • Method Detail

      • getLowVal

        public long getLowVal()
      • getHighVal

        public long getHighVal()
      • includes

        public boolean includes​(long uid)