public static class ClassFile.UtfPool extends Hashtable
serialVersionUID
Modifier and Type | Method and Description |
---|---|
byte[] |
createTag(int index) |
byte[] |
makePool() |
Object |
put(Object key,
Object value)
Inserts a new value into this Dictionary, located by the
supplied key.
|
clear, clone, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values
public byte[] createTag(int index)
public Object put(Object key, Object value)
Dictionary
put
in interface Map
put
in class Hashtable
key
- the key which locates the valuevalue
- the value to put into the DictionaryDictionary.get(Object)
public byte[] makePool()