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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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.