Class StringBucketId


public class StringBucketId extends BucketGroupId<String>
This class is used in Group instances where the identifying expression evaluated to a StringBucket.
Author:
Simon Thoresen Hult
  • Constructor Details

    • StringBucketId

      public StringBucketId(String from, String to)
      Constructs a new instance of this class.
      Parameters:
      from - The identifying inclusive-from string.
      to - The identifying exclusive-to string.