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