|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.commons.collections.ProxyMap
|
+--com.generationjava.collections.ClassMap
A map which stores objects by a key Class. When obtaining the object, it will check inheritence and interface trees to see if the Class matches.
| Field Summary |
| Fields inherited from class org.apache.commons.collections.ProxyMap |
map |
| Constructor Summary | |
ClassMap(java.util.Map m)
|
|
| Method Summary | |
java.lang.Object |
get(java.lang.Object key)
Get the object from the map. |
| Methods inherited from class org.apache.commons.collections.ProxyMap |
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassMap(java.util.Map m)
| Method Detail |
public java.lang.Object get(java.lang.Object key)
get in interface java.util.Mapget in class org.apache.commons.collections.ProxyMap
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||