|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList
com.steptools.stdev.keystone.Aggregate
public abstract class Aggregate
Base class for EXPRESS-defined aggregates
| Method Summary | |
|---|---|
void |
add(int index,
java.lang.Object element)
Insert a value at a specified index |
java.lang.Object |
clone()
Generate a shallow copy of this object |
java.lang.Object |
get(int idx)
Get the element at a particular element |
java.lang.Object |
remove(int index)
Remove a value at a specified index |
java.lang.Object |
set(int index,
java.lang.Object element)
Set the value at a specified index |
int |
size()
Get the size of the aggregate |
| Methods inherited from class java.util.AbstractList |
|---|
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.steptools.stdev.Instance |
|---|
domain |
| Methods inherited from interface java.util.List |
|---|
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, subList, toArray, toArray |
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Instance
clone in interface Instanceclone in class java.lang.Objectjava.lang.CloneNotSupportedException - If this method cannot be cloned.
This is not thrown be any ST-Developer class, but was provided in the
java.lang.Object prototype for clone().public java.lang.Object get(int idx)
get in interface java.util.Listget in class java.util.AbstractListidx - Index to get the value at.
public int size()
size in interface java.util.Collectionsize in interface java.util.Listsize in class java.util.AbstractCollection
public java.lang.Object set(int index,
java.lang.Object element)
set in interface java.util.Listset in class java.util.AbstractListindex - The index in set.element - The value to set.
public void add(int index,
java.lang.Object element)
add in interface java.util.Listadd in class java.util.AbstractListindex - The index in set.element - The value to set.public java.lang.Object remove(int index)
remove in interface java.util.Listremove in class java.util.AbstractListindex - The index in set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||