public class CubeDiff extends Object
| Modifier and Type | Method and Description |
|---|---|
<C> Stream<C> |
addedChunks() |
static CubeDiff |
empty() |
boolean |
equals(Object o) |
AggregationDiff |
get(String id) |
int |
hashCode() |
CubeDiff |
inverse() |
boolean |
isEmpty() |
Set<String> |
keySet() |
static CubeDiff |
of(Map<String,AggregationDiff> aggregationOps) |
String |
toString() |
public static CubeDiff of(Map<String,AggregationDiff> aggregationOps)
public AggregationDiff get(String id)
public static CubeDiff empty()
public CubeDiff inverse()
public boolean isEmpty()
public <C> Stream<C> addedChunks()
Copyright © 2019. All rights reserved.