public class ShrinkableList<T> extends AbstractList<T>
modCount
Constructor and Description |
---|
ShrinkableList(List<T> delegate) |
Modifier and Type | Method and Description |
---|---|
T |
get(int index) |
T |
remove(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public T get(int index)
public int size()
size
in interface Collection<T>
size
in interface List<T>
size
in class AbstractCollection<T>
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.