public class Subtotals extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<it.unimi.dsi.fastutil.ints.IntList> |
getSubtotals() |
boolean |
hasEffect(List<DimensionSpec> dimensionSpecs)
Returns whether this subtotals spec has an effect, and cannot be ignored.
|
int |
hashCode() |
String |
toString() |
List<List<String>> |
toSubtotalsSpec(List<DimensionSpec> dimensions) |
public List<it.unimi.dsi.fastutil.ints.IntList> getSubtotals()
public boolean hasEffect(List<DimensionSpec> dimensionSpecs)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.