Class InternalVariableWidthHistogram.Bucket.BucketBounds

org.elasticsearch.search.aggregations.bucket.histogram.InternalVariableWidthHistogram.Bucket.BucketBounds
Enclosing class:
InternalVariableWidthHistogram.Bucket

public static class InternalVariableWidthHistogram.Bucket.BucketBounds extends
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
     
    double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BucketBounds​(double min, double max)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     obj)
     
    int
     
    void
     

    Methods inherited from class java.lang.

    , , , , , , , ,
  • Field Details

    • min

      public double min
    • max

      public double max
  • Constructor Details

    • BucketBounds

      public BucketBounds(double min, double max)
    • BucketBounds

      public BucketBounds(StreamInput in) throws
      Throws:
  • Method Details

    • writeTo

      public void writeTo(StreamOutput out) throws
      Throws:
    • equals

      public boolean equals( obj)
      Overrides:
       in class 
    • hashCode

      public int hashCode()
      Overrides:
       in class