public class AggregateGroup extends Object implements Serializable
| Constructor and Description |
|---|
AggregateGroup(List<String> attributeNames,
List<Object> attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
static AggregateGroup |
empty() |
boolean |
equals(Object obj) |
List<String> |
getAttributeNames() |
List<Object> |
getAttributeValues() |
int |
hashCode() |
String |
toString() |
public static AggregateGroup empty()
Copyright © 2018 University of Michigan. All rights reserved.