public class DynamicImportList extends AbstractList<String> implements RandomAccess
modCount| Constructor and Description |
|---|
DynamicImportList(WovenClassImpl wovenClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
String element) |
String |
get(int index) |
String |
remove(int index) |
String |
set(int index,
String element) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic DynamicImportList(WovenClassImpl wovenClass)
public String get(int index)
public int size()
size in interface Collection<String>size in interface List<String>size in class AbstractCollection<String>public void add(int index,
String element)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.