public class ArgList extends AbstractList<Object>
modCount| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index) |
Object |
remove(int index) |
int |
size() |
String |
toString() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic ArgList(List<?> args)
public String toString()
toString in class AbstractCollection<Object>public Object get(int index)
public Object remove(int index)
public int size()
size in interface Collection<Object>size in interface List<Object>size in class AbstractCollection<Object>Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.