Uses of Class
mondrian.util.CompositeList
-
Packages that use CompositeList Package Description mondrian.util Mondrian utilities. -
-
Uses of CompositeList in mondrian.util
Methods in mondrian.util that return CompositeList Modifier and Type Method Description static <T> CompositeList<T>
CompositeList. of(List<? extends T>... lists)
Creates a composite list, inferring the element type from the arguments.
-