org.maltparser.core.syntaxgraph
Class LabelSet
java.lang.Object
   java.util.AbstractMap<K,V>
java.util.AbstractMap<K,V>
       java.util.HashMap<K,V>
java.util.HashMap<K,V>
           java.util.LinkedHashMap<SymbolTable,Integer>
java.util.LinkedHashMap<SymbolTable,Integer>
               org.maltparser.core.syntaxgraph.LabelSet
org.maltparser.core.syntaxgraph.LabelSet
- All Implemented Interfaces: 
- Serializable, Cloneable, Map<SymbolTable,Integer>
- public class LabelSet 
- extends LinkedHashMap<SymbolTable,Integer>
- Author:
- Johan Hall
- See Also:
- Serialized Form
 
 
 
 
 
 
 
 
 
| Methods inherited from interface java.util.Map | 
| containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values | 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
LabelSet
public LabelSet()
LabelSet
public LabelSet(int initialCapacity)
LabelSet
public LabelSet(int initialCapacity,
                float loadFactor)
LabelSet
public LabelSet(LabelSet labelSet)
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.