Serializable
, Cloneable
, Map<String,Integer>
public final class KeywordTable extends HashMap<String,Integer>
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Constructor | Description |
---|---|
KeywordTable() |
Modifier and Type | Method | Description |
---|---|---|
void |
append(String name,
int t) |
|
int |
lookup(String name) |
equals, hashCode, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.