Class LongBucketId


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

      • LongBucketId

        public LongBucketId​(Long from,
                            Long to)
        Constructs a new instance of this class.
        Parameters:
        from - The identifying inclusive-from long.
        to - The identifying exclusive-to long.