Package | Description |
---|---|
mondrian.util |
Mondrian utilities.
|
Modifier and Type | Method and Description |
---|---|
static <T0,T1,T2> Triple<T0,T1,T2> |
Triple.of(T0 v0,
T1 v1,
T2 v2)
Creates a Triple.
|
Modifier and Type | Method and Description |
---|---|
int |
Triple.compareTo(Triple<T0,T1,T2> that) |
Modifier and Type | Method and Description |
---|---|
static <T0,T1,T2> Iterable<T0> |
Triple.iter0(Iterable<Triple<T0,T1,T2>> iterable)
Returns an iterable over the slice #0 of an iterable.
|
static <T0,T1,T2> Iterable<T1> |
Triple.iter1(Iterable<Triple<T0,T1,T2>> iterable)
Returns an iterable over the slice #1 of an iterable.
|
static <T0,T1,T2> Iterable<T2> |
Triple.iter2(Iterable<Triple<T0,T1,T2>> iterable)
Returns an iterable over the slice #2 of an iterable.
|
Copyright © 2020 Hitachi Vantara. All rights reserved.