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, toString
public Outer(ImmutableList<T>... lists)
public ImmutableList<T> get(java.math.BigInteger index)
ImmutableList
index
- index of the element to returnpublic java.math.BigInteger size()