|
|||||||||
| 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
com.steptools.stdev.keystone.AggregateReal
public abstract class AggregateReal
Aggregate of Integer values
| Constructor Summary | |
|---|---|
AggregateReal()
|
|
| Method Summary | |
|---|---|
void |
add(double value)
Insert an element into the Aggregate at the end of the aggregate |
void |
add(int index,
double value)
Insert an element into the Aggregate at a specified index |
double |
getValue(int idx)
Get the value at a specified index |
void |
set(int index,
double value)
Set a value at a specified index |
| Methods inherited from class com.steptools.stdev.keystone.Aggregate |
|---|
add, clone, get, remove, set, size |
| 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 |
| Constructor Detail |
|---|
public AggregateReal()
| Method Detail |
|---|
public double getValue(int idx)
idx - the element to get.
public void set(int index,
double value)
index - of the element to setelement - the value to to be stored at the specified location.
public void add(int index,
double value)
index - of the element to setelement - the value to to be stored at the specified location.public void add(double value)
element - the value to to be stored at the specified location.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||