Searched defs:hasRootLabel (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java299 (pos == 0 && hasRootLabel())) {
334 if ((pos > 0 && dn.hasRootLabel()) ||
335 (pos == 0 && hasRootLabel())) {
375 boolean hasRootLabel() { method in class:DnsName

Completed in 45 milliseconds