| Klasse javax.naming.CompoundName | 1.3 |
java.lang.Object | +--javax.naming.CompoundName
| Datenelemente | |
|---|---|
| protected transient NameImpl | impl |
| protected transient Properties | mySyntax |
| Konstruktoren | |
|---|---|
| protected | CompoundName(Enumeration comps, Properties syntax) |
| public | CompoundName(String n, Properties syntax) |
| 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() |