|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.util.Composite
public abstract class Composite
Composite collections.
| Constructor Summary | |
|---|---|
Composite()
|
|
| Method Summary | ||
|---|---|---|
static
|
of(Iterable<? extends T>... iterables)
Creates a composite iterable, inferring the element type from the arguments. |
|
static
|
of(Iterator<? extends T>... iterators)
Creates a composite list, inferring the element type from the arguments. |
|
static
|
of(List<? extends T>... lists)
Creates a composite list, inferring the element type from the arguments. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Composite()
| Method Detail |
|---|
public static <T> List<T> of(List<? extends T>... lists)
T - element typelists - One or more lists
public static <T> Iterable<T> of(Iterable<? extends T>... iterables)
T - element typeiterables - One or more iterables
public static <T> Iterator<T> of(Iterator<? extends T>... iterators)
T - element typeiterators - One or more iterators
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||