public class StratifiedDimValList extends AbstractList implements List
StratifiedDimVal objects).modCount| Constructor and Description |
|---|
StratifiedDimValList()
Default constructor that creates an empty list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Object elementAt)
Inserts the specified
StratifiedDimVal at the specified position in
this list. |
Object |
get(int index)
Gets the
StratifiedDimVal at position index. |
int |
size()
Returns the number of elements in this list.
|
String |
toString()
Returns the string representation of the list of stratified dimension values.
|
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, 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 StratifiedDimValList()
public void add(int index,
Object elementAt)
StratifiedDimVal at the specified position in
this list. Shifts the element currently at that position (if any)
and any subsequent elements to the right (adds one to their indices).add in interface Listadd in class AbstractListindex - Offset of the element.elementAt - StratifiedDimVal object to be inserted.IndexOutOfBoundsException - If index is out of range.public Object get(int index)
StratifiedDimVal at position index.get in interface Listget in class AbstractListindex - Offset of element.StratifiedDimVal object at position index.IndexOutOfBoundsException - If index is out of range.public int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionStratifiedDimVal objects) in the list.public String toString()
toString in class AbstractCollection© 2003, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential