|
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.QuantiEntry
Small helper class for the QuantifiedIterator.
Field Summary | |
(package private) EDate |
date
|
(package private) java.lang.Double |
value
|
Constructor Summary | |
ValueHistoryStorage.QuantiEntry(EDate datex)
Constructor for the QuantiEntry object |
|
ValueHistoryStorage.QuantiEntry(EDate datex,
java.lang.Double valuex)
Constructor for the QuantiEntry object |
Method Summary | |
boolean |
equals(java.lang.Object o)
Description of the Method |
java.lang.Object |
getKey()
Gets the key attribute of the QuantiEntry object |
java.lang.Object |
getValue()
Gets the value attribute of the QuantiEntry object |
int |
hashCode()
Description of the Method |
java.lang.Object |
setValue(java.lang.Object valuex)
Sets the value attribute of the QuantiEntry object |
java.lang.String |
toString()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
EDate date
java.lang.Double value
Constructor Detail |
public ValueHistoryStorage.QuantiEntry(EDate datex)
datex
- Description of the Parameterpublic ValueHistoryStorage.QuantiEntry(EDate datex, java.lang.Double valuex)
datex
- Description of the Parametervaluex
- Description of the ParameterMethod Detail |
public boolean equals(java.lang.Object o)
equals
in interface java.util.Map.Entry
o
- Description of the Parameter
public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public int hashCode()
hashCode
in interface java.util.Map.Entry
public java.lang.Object setValue(java.lang.Object valuex)
setValue
in interface java.util.Map.Entry
valuex
- The new value value
public java.lang.String toString()
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |