public class AssocNavigationRefsList extends AbstractList implements List
java.util.List.
Note: AssocNavigationRefsList objects are unmodifiable and therefore do not support
any modification operations (such as add, remove, and clear) that are inherited.
Attempting to modify the object may result in a runtime exception
(UnsupportedOperationException).
modCount| Modifier and Type | Method and Description |
|---|---|
Object |
get(int index)
Gets the value intersection group at position
index. |
int |
size()
Gets the number of value intersection groups in this list.
|
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, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic Object get(int index)
index.
Object returned is of type AssocNavigationRefs.get in interface Listget in class AbstractListindex.IndexOutOfBoundsException - If the index is out of range.© 2003, 2017, Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential