public class ConsList extends AbstractList<Object>
modCount| Modifier and Type | Method and Description |
|---|---|
Object |
get(int i) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic Object get(int i)
public int size()
size in interface Collection<Object>size in interface List<Object>size in class AbstractCollection<Object>Copyright © 2015. All rights reserved.