public class DimGroupList extends AbstractList implements List
DimGroup objects) exposed as a java.util.List.
The dimension groups can be explicit dimension groups (which have a name and a unique ID)
or implicit dimension groups (which have no name and an ID of zero).
Note: DimGroupList 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 group at position
index. |
DimGroup |
getDimGroup(String dimensionGroupName)
Gets the dimension group with the name
dimensionGroupName from
this list. |
int |
size()
Returns the number of dimension 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. Dimension
group returned is of type DimGroup.get in interface Listget in class AbstractListindex - offset of the desired dimension group.index.IndexOutOfBoundsException - If the index is out of range.© 2003, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential