Java by API/javax.naming/CompositeName — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 14:43, 31 мая 2010
Содержание
CompositeName: add(int posn, String comp)
import javax.naming.rupositeName;
public class Main {
public static void main(String[] argv) throws Exception {
CompositeName composite = new CompositeName("cn=John,o=hits/summary.txt");
String first = composite.get(0);
String last = composite.get(composite.size() - 1);
composite.add(0, "yourname.ru");
composite.remove(2);
}
}
CompositeName: get(int posn)
import javax.naming.rupositeName;
public class Main {
public static void main(String[] argv) throws Exception {
CompositeName composite = new CompositeName("cn=John,o=hits/summary.txt");
String first = composite.get(0);
String last = composite.get(composite.size() - 1);
composite.add(0, "yourname.ru");
composite.remove(2);
}
}
CompositeName: remove(int posn)
import javax.naming.rupositeName;
public class Main {
public static void main(String[] argv) throws Exception {
CompositeName composite = new CompositeName("cn=John,o=hits/summary.txt");
String first = composite.get(0);
String last = composite.get(composite.size() - 1);
composite.add(0, "yourname.ru");
composite.remove(2);
}
}
new CompositeName(String n)
import javax.naming.rupositeName;
public class Main {
public static void main(String[] argv) throws Exception {
CompositeName composite = new CompositeName("cn=John,o=hits/summary.txt");
String first = composite.get(0);
String last = composite.get(composite.size() - 1);
composite.add(0, "yourname.ru");
composite.remove(2);
}
}