public class TableReferenceList extends AbstractList<TableReference>
modCount| Constructor and Description |
|---|
TableReferenceList(List<TableReference> references) |
| Modifier and Type | Method and Description |
|---|---|
TableReference |
get(int index) |
TableReference |
getByName(String name) |
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic TableReferenceList(List<TableReference> references)
public TableReference get(int index)
get in interface List<TableReference>get in class AbstractList<TableReference>public int size()
size in interface Collection<TableReference>size in interface List<TableReference>size in class AbstractCollection<TableReference>public TableReference getByName(String name)
Copyright © 2011–2023 Link Intersystems GmbH. All rights reserved.