public class LabelSet extends LinkedHashMap<SymbolTable,Integer>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
LabelSet() |
LabelSet(int initialCapacity) |
LabelSet(int initialCapacity,
float loadFactor) |
LabelSet(LabelSet labelSet) |
clear, containsValue, get, removeEldestEntry
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public static final long serialVersionUID
Copyright 2007-2014 Johan Hall, Jens Nilsson and Joakim Nivre.