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, 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()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
public Object get(int index)
index
. Dimension
group returned is of type DimGroup
.get
in interface List
get
in class AbstractList
index
- 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