java.lang.Object
org.elasticsearch.search.aggregations.bucket.histogram.DoubleBounds
All Implemented Interfaces:
Writeable, ToXContent, ToXContentFragment

public class DoubleBounds extends Object implements ToXContentFragment, Writeable
Represent hard_bounds and extended_bounds in histogram aggregations. This class is similar to LongBounds used in date histograms, but is using longs to store data. LongBounds and DoubleBounds are not used interchangeably and therefore don't share any common interfaces except for serialization.