Uses of Class
mondrian.util.Triple
-
Packages that use Triple Package Description mondrian.util Mondrian utilities. -
-
Uses of Triple in mondrian.util
Methods in mondrian.util that return Triple Modifier and Type Method Description static <T0,T1,T2>
Triple<T0,T1,T2>Triple. of(T0 v0, T1 v1, T2 v2)
Creates a Triple.Methods in mondrian.util with parameters of type Triple Modifier and Type Method Description int
Triple. compareTo(Triple<T0,T1,T2> that)
Method parameters in mondrian.util with type arguments of type Triple Modifier and Type Method 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.
-