public class ArgList extends AbstractList<Object>
modCount| Modifier and Type | Method | Description |
|---|---|---|
Object |
get(int index) |
|
Object |
remove(int index) |
|
int |
size() |
|
String |
toString() |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, set, subListparallelStream, removeIf, streamaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArraypublic 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–2019 The Apache Software Foundation. All rights reserved.