Class MinMaxRangePair

    • Constructor Detail

      • MinMaxRangePair

        public MinMaxRangePair​(double min,
                               double max)
    • Method Detail

      • apply

        public void apply​(double min,
                          double max)
      • getMin

        public double getMin()
      • getMax

        public double getMax()
      • toBytes

        @Nonnull
        public byte[] toBytes()
      • fromBytes

        @Nonnull
        public static MinMaxRangePair fromBytes​(byte[] bytes)