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, valuespublic byte[] createTag(int index)
public Object put(Object key, Object value)
Dictionaryput in interface Mapput in class Hashtablekey - the key which locates the valuevalue - the value to put into the DictionaryDictionary.get(Object)public byte[] makePool()