public class ValueGroupResult extends GroupResult
| Constructor and Description |
|---|
ValueGroupResult(int rangeSize,
GroupingNumber group) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GroupingNumber |
getGroup()
How the results were group.
|
int |
getRangeSize()
The size of each range for the group.
|
int |
hashCode() |
getNamepublic ValueGroupResult(int rangeSize,
GroupingNumber group)
public int getRangeSize()
public GroupingNumber getGroup()
public boolean equals(Object o)
equals in class GroupResultpublic int hashCode()
hashCode in class GroupResultCopyright © 2018. All rights reserved.