Class MsnRange


  • public class MsnRange
    extends java.lang.Object
    Represents a range of Message Sequence Numbers.
    • Constructor Summary

      Constructors 
      Constructor Description
      MsnRange​(int singleVal)  
      MsnRange​(int lowVal, int highVal)  
    • Method Summary

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

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

      • MsnRange

        public MsnRange​(int singleVal)
      • MsnRange

        public MsnRange​(int lowVal,
                        int highVal)
    • Method Detail

      • getLowVal

        public int getLowVal()
      • getHighVal

        public int getHighVal()
      • includes

        public boolean includes​(int msn)