Class LongBucketId


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

      Constructors 
      Constructor Description
      LongBucketId​(java.lang.Long from, java.lang.Long 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

      • LongBucketId

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