public class GcCaseIgnoreHashMap
extends java.util.LinkedHashMap<java.lang.String,java.lang.Object>
Constructor and Description |
---|
GcCaseIgnoreHashMap() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.Object key)
Get an object from the map.
|
java.sql.Date |
getDate(java.lang.Object key)
Get a date from the map.
|
java.lang.Double |
getDouble(java.lang.Object key)
Get a date from the map.
|
java.lang.Integer |
getInteger(java.lang.Object key)
Get an integer from the map.
|
java.lang.Long |
getLong(java.lang.Object key)
Get a long from the map.
|
java.lang.String |
getString(java.lang.Object key)
Get a string from the map.
|
java.sql.Timestamp |
getTimestamp(java.lang.Object key)
Get a timestamp from the map.
|
static void |
loadBoundDataConversion(GcBoundDataConversion _boundDataConversion)
This is the helper to convert data to and from Oracle, which has a default of BoundDataConversionImpl.
|
java.lang.Object |
put(java.lang.String key,
java.lang.Object value)
Put an object into the map.
|
public static void loadBoundDataConversion(GcBoundDataConversion _boundDataConversion)
_boundDataConversion
- the boundDataConversion to set.public java.lang.Object put(java.lang.String key, java.lang.Object value)
put
in interface java.util.Map<java.lang.String,java.lang.Object>
put
in class java.util.HashMap<java.lang.String,java.lang.Object>
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map<java.lang.String,java.lang.Object>
get
in class java.util.LinkedHashMap<java.lang.String,java.lang.Object>
public java.lang.String getString(java.lang.Object key)
key
- is the key of the object.public java.lang.Long getLong(java.lang.Object key)
key
- is the key of the object.public java.lang.Integer getInteger(java.lang.Object key)
key
- is the key of the object.public java.sql.Timestamp getTimestamp(java.lang.Object key)
key
- is the key of the object.public java.sql.Date getDate(java.lang.Object key)
key
- is the key of the object.public java.lang.Double getDouble(java.lang.Object key)
key
- is the key of the object.