Class DoubleBucketId


  • public class DoubleBucketId
    extends BucketGroupId<Double>
    This class is used in Group instances where the identifying expression evaluated to a DoubleBucket.
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • DoubleBucketId

        public DoubleBucketId​(Double from,
                              Double to)
        Constructs a new instance of this class.
        Parameters:
        from - The identifying inclusive-from double.
        to - The identifying exclusive-to double.