Class ExtendedBounds

    • Constructor Detail

      • ExtendedBounds

        public ExtendedBounds​(java.lang.Long min,
                              java.lang.Long max)
        Construct with parsed bounds.
      • ExtendedBounds

        public ExtendedBounds​(java.lang.String minAsStr,
                              java.lang.String maxAsStr)
        Construct with unparsed bounds.
      • ExtendedBounds

        public ExtendedBounds​(StreamInput in)
                       throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • getMin

        public java.lang.Long getMin()
      • getMax

        public java.lang.Long getMax()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object