multivalent.std.adaptor.pdf
public class Dict extends HashMap<Object,Object>
Version: $Revision: 1.2 $ $Date: 2003/08/29 03:58:23 $
Constructor Summary | |
---|---|
Dict() | |
Dict(int initialCapacity) | |
Dict(Dict m) |
Method Summary | |
---|---|
boolean | containsKey(String key) |
Object | get(String key) |
Object | put(Object key, Object value) |
Object | remove(String key) |