QJCC homepage

biz.chitec.quarterback.util
Class ValueHistoryStorage.QuantiEntry

java.lang.Object
  extended bybiz.chitec.quarterback.util.ValueHistoryStorage.QuantiEntry
All Implemented Interfaces:
java.util.Map.Entry
Enclosing class:
ValueHistoryStorage

private static class ValueHistoryStorage.QuantiEntry
extends java.lang.Object
implements java.util.Map.Entry

Small helper class for the QuantifiedIterator.

Author:
dh

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

date

EDate date

value

java.lang.Double value
Constructor Detail

ValueHistoryStorage.QuantiEntry

public ValueHistoryStorage.QuantiEntry(EDate datex)
Constructor for the QuantiEntry object

Parameters:
datex - Description of the Parameter

ValueHistoryStorage.QuantiEntry

public ValueHistoryStorage.QuantiEntry(EDate datex,
                                       java.lang.Double valuex)
Constructor for the QuantiEntry object

Parameters:
datex - Description of the Parameter
valuex - Description of the Parameter
Method Detail

equals

public boolean equals(java.lang.Object o)
Description of the Method

Specified by:
equals in interface java.util.Map.Entry
Parameters:
o - Description of the Parameter
Returns:
Description of the Return Value

getKey

public java.lang.Object getKey()
Gets the key attribute of the QuantiEntry object

Specified by:
getKey in interface java.util.Map.Entry
Returns:
The key value

getValue

public java.lang.Object getValue()
Gets the value attribute of the QuantiEntry object

Specified by:
getValue in interface java.util.Map.Entry
Returns:
The value value

hashCode

public int hashCode()
Description of the Method

Specified by:
hashCode in interface java.util.Map.Entry
Returns:
Description of the Return Value

setValue

public java.lang.Object setValue(java.lang.Object valuex)
Sets the value attribute of the QuantiEntry object

Specified by:
setValue in interface java.util.Map.Entry
Parameters:
valuex - The new value value
Returns:
Description of the Return Value

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value

QJCC homepage