Class DocRouter.Range

    • Field Detail

      • min

        public int min
      • max

        public int max
    • Constructor Detail

      • Range

        public Range​(int min,
                     int max)
    • Method Detail

      • min

        public int min()
      • max

        public int max()
      • includes

        public boolean includes​(int hash)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • write

        public void write​(org.noggit.JSONWriter writer)
        Specified by:
        write in interface org.noggit.JSONWriter.Writable