public final class GroupBuckets extends Object
| Constructor and Description |
|---|
GroupBuckets(List<GroupBucket> buckets)
Creates a immutable list of group bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupBucket> |
buckets()
Returns immutable list of group buckets.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public GroupBuckets(List<GroupBucket> buckets)
buckets - list of group bucketpublic List<GroupBucket> buckets()