public class ImmutableList<T>
extends java.lang.Object
Constructor and Description |
---|
ImmutableList(java.util.List<T> list) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
count() |
T |
firstObject() |
java.util.Iterator<T> |
listIterator() |