Name add(int posn, String comp) throws InvalidNameException
Name add(String comp) throws InvalidNameException
Name addAll(int posn, Name n) throws InvalidNameException
Name addAll(Name suffix) throws InvalidNameException
Object clone()
int compareTo(Object obj)
Comparable.compareTo(Object)
boolean endsWith(Name n)
String get(int posn)
Enumeration<String> getAll()
Name getPrefix(int posn)
Name getSuffix(int posn)
boolean isEmpty()
Object remove(int posn) throws InvalidNameException
static final long serialVersionUID
int size()
boolean startsWith(Name n)