| Klasse javax.naming.CompositeName | 1.3 |
java.lang.Object | +--javax.naming.CompositeName
| Konstruktoren | |
|---|---|
| public | CompositeName() |
| protected | CompositeName(Enumeration comps) |
| public | CompositeName(String n) |
| 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 boolean | equals(Object obj) |
| public String | get(int posn) |
| public Enumeration | getAll() |
| public Name | getPrefix(int posn) |
| public Name | getSuffix(int posn) |
| public int | hashCode() |
| public boolean | isEmpty() |
| public Object | remove(int posn) |
| public int | size() |
| public boolean | startsWith(Name n) |
| public String | toString() |