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

/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DZoneNode.java35 * ZoneNode extends NameNode to represent a tree of the zones in the
37 * A ZoneNode that represents a zone may be "populated" with a
44 * ZoneNode.isZoneCut() always returns false.
56 class ZoneNode extends NameNode { class in inherits:NameNode
62 ZoneNode(String label) { method in class:ZoneNode
67 return new ZoneNode(label);
108 ZoneNode getDeepestPopulated(DnsName fqdn) {
109 ZoneNode znode = this;
110 ZoneNode popNode = isPopulated() ? this : null;
112 znode = (ZoneNode) znod
[all...]

Completed in 29 milliseconds