|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
net.sourceforge.sqlunit.utils.TypeMap
public class TypeMap
A specialized HashMap to lookup values in a server specific manner. If the server specific value is not found, then it falls back to the default lookup.
Constructor Summary | |
---|---|
TypeMap()
|
Method Summary | |
---|---|
java.lang.Object |
get(java.lang.String key)
Overrides the superclass method to add server-specific logic. |
java.lang.Object |
rget(java.lang.String value)
Reverse lookup of the key by value. |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public TypeMap()
Method Detail |
---|
public final java.lang.Object get(java.lang.String key)
key
- the type name to look up.
public final java.lang.Object rget(java.lang.String value)
value
- the value to look up.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |