| Modifier and Type | Method and Description |
|---|---|
ImmutableList<T> |
append(T o) |
static <U> ImmutableList<U> |
empty() |
static <U> ImmutableList<U> |
from(Collection<U> content) |
T |
get(int i) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
int |
size() |
String |
toString() |
public static final <U> ImmutableList<U> empty()
public static final <U> ImmutableList<U> from(Collection<U> content)
public ImmutableList<T> append(T o)
public boolean isEmpty()
public int size()
public T get(int i)
Copyright © 2014. All Rights Reserved.