Class DoubleBucketId


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

      Constructors 
      Constructor Description
      DoubleBucketId​(java.lang.Double from, java.lang.Double to)
      Constructs a new instance of this class.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DoubleBucketId

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