Class InternalVariableWidthHistogram.Bucket.BucketBounds
java.lang.Object
org.elasticsearch.search.aggregations.bucket.histogram.InternalVariableWidthHistogram.Bucket.BucketBounds
- Enclosing class:
- InternalVariableWidthHistogram.Bucket
public static class InternalVariableWidthHistogram.Bucket.BucketBounds
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BucketBounds(double min, double max)BucketBounds(StreamInput in) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()voidwriteTo(StreamOutput out)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
min
public double min -
max
public double max
-
-
Constructor Details
-
BucketBounds
public BucketBounds(double min, double max) -
BucketBounds
- Throws:
java.io.IOException
-
-
Method Details
-
writeTo
- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-