|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<java.lang.String,java.lang.Object>
edu.internet2.middleware.grouperClient.jdbc.GcCaseIgnoreHashMap
public class GcCaseIgnoreHashMap
Map with string key which ignores key case and has some convenience methods.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
GcCaseIgnoreHashMap()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue |
Methods inherited from class java.util.HashMap |
---|
clone, containsKey, entrySet, isEmpty, keySet, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values |
Constructor Detail |
---|
public GcCaseIgnoreHashMap()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |