info.bioinfweb.treegraph.document.io.nexus
Class TranslTable
java.lang.Object
  
info.bioinfweb.treegraph.document.io.nexus.TranslTable
public class TranslTable
- extends Object
 
Stores the content of a taxon table in a nexus document. It is possible to access taxon
 names by their identifier or their position.
- Author:
 
  - Ben Stöver
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
keyHash
private HashMap<String,Integer> keyHash
nameList
private Vector<String> nameList
TranslTable
public TranslTable()
add
public void add(String key,
                String value)
 
size
public int size()
 
get
public String get(int pos)
 
get
public String get(String key)
 
clear
public void clear()