public class NavigationRefsList extends AbstractList implements List
java.util.List. Each
element of the list is a dimension value list (DimValList object) referencing
a navigation state.
Note: NavigationRefsList 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 dimension value list at position
index. |
int |
size()
Returns the number of dimension value lists in this
NavigationRefsList. |
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()
NavigationRefsList.size in interface Collectionsize in interface Listsize in class AbstractCollectionDimValList objects).public Object get(int index)
index.get in interface Listget in class AbstractListDimValList object) at
position index.IndexOutOfBoundsException - If index is out of range.© 2003, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential