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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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 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 List
add
in class AbstractList
index
- 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 List
get
in class AbstractList
index
- Offset of element.StratifiedDimVal
object at position index
.IndexOutOfBoundsException
- If index
is out of range.public int size()
size
in interface Collection
size
in interface List
size
in class AbstractCollection
StratifiedDimVal
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