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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public int size()
NavigationRefsList
.size
in interface Collection
size
in interface List
size
in class AbstractCollection
DimValList
objects).public Object get(int index)
index
.get
in interface List
get
in class AbstractList
DimValList
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