public class ForeignKeyList extends AbstractList<ForeignKey>
modCount| Constructor and Description |
|---|
ForeignKeyList(List<ForeignKey> foreignKeyList) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKey |
get(int index) |
ForeignKey |
getByFkColumnDescription(ColumnDescription... columnDescriptions) |
ForeignKey |
getByName(String name) |
ForeignKeyList |
getByPkColumnDescription(ColumnDescription... columnDescriptions) |
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 ForeignKeyList(List<ForeignKey> foreignKeyList)
public ForeignKey getByName(String name)
public ForeignKeyList getByPkColumnDescription(ColumnDescription... columnDescriptions)
public ForeignKey getByFkColumnDescription(ColumnDescription... columnDescriptions)
public ForeignKey get(int index)
get in interface List<ForeignKey>get in class AbstractList<ForeignKey>public int size()
size in interface Collection<ForeignKey>size in interface List<ForeignKey>size in class AbstractCollection<ForeignKey>Copyright © 2011–2022 Link Intersystems GmbH. All rights reserved.