| Interface javax.naming.Name | 1.3 |
| Methoden | |
|---|---|
| public Name | add(String comp) |
| public Name | add(int posn, String comp) |
| public Name | addAll(Name suffix) |
| public Name | addAll(int posn, Name n) |
| public Object | clone() |
| public int | compareTo(Object obj) |
| public boolean | endsWith(Name n) |
| public String | get(int posn) |
| public Enumeration | getAll() |
| public Name | getPrefix(int posn) |
| public Name | getSuffix(int posn) |
| public boolean | isEmpty() |
| public Object | remove(int posn) |
| public int | size() |
| public boolean | startsWith(Name n) |