public class Outer<T> extends AbstractImmutableList<ImmutableList<T>>
| Constructor and Description |
|---|
Outer(ImmutableList<T>... lists) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<T> |
get(java.math.BigInteger index)
Returns the element at the specified position in this list.
|
java.math.BigInteger |
size() |
get, iterator, toStringpublic Outer(ImmutableList<T>... lists)
public ImmutableList<T> get(java.math.BigInteger index)
ImmutableListindex - index of the element to returnpublic java.math.BigInteger size()