public Name add (String comp) throws InvalidNameException
public Name add (int posn, String comp) throws InvalidNameException
public Name addAll (Name suffix) throws InvalidNameException
public Name addAll (int posn, Name suffix) throws InvalidNameException
public int compareTo (Object obj)
public boolean endsWith (Name n)
public String get (int posn)
public Enumeration<String> getAll ()
public Name getPrefix (int posn)
public Name getSuffix (int posn)
public boolean isEmpty ()
public Object remove (int posn) throws InvalidNameException
public int size ()
public boolean startsWith (Name n)