|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.util.ValueHistoryStorage.QuantifiedIterator
Quantification iterator. Computes the value average for intervals of the storages value history.
Field Summary | |
private long |
currentvalue
|
private java.util.Iterator |
dataiterator
|
private EDate |
ivend
|
private EDate |
ivpartstart
|
private EDate |
nextdate
|
private long |
nextvalue
|
private java.util.Iterator |
quantiterator
|
Constructor Summary | |
ValueHistoryStorage.QuantifiedIterator(EDate start,
EDate end,
EDate ivpartsizex)
Constructor for the QuantifiedIterator object |
|
ValueHistoryStorage.QuantifiedIterator(java.util.Iterator quantiteratorx,
EDate end)
Constructor for the QuantifiedIterator object |
Method Summary | |
boolean |
hasNext()
Description of the Method |
java.lang.Object |
next()
Description of the Method |
private void |
readNextFromDataIterator()
Description of the Method |
void |
remove()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Iterator quantiterator
private java.util.Iterator dataiterator
private EDate ivpartstart
private EDate ivend
private EDate nextdate
private long currentvalue
private long nextvalue
Constructor Detail |
public ValueHistoryStorage.QuantifiedIterator(EDate start, EDate end, EDate ivpartsizex)
start
- Description of the Parameterend
- Description of the Parameterivpartsizex
- Description of the Parameterpublic ValueHistoryStorage.QuantifiedIterator(java.util.Iterator quantiteratorx, EDate end)
quantiteratorx
- Description of the Parameterend
- Description of the ParameterMethod Detail |
private void readNextFromDataIterator()
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |