Searched refs:contentsRef (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DZoneNode.java58 private SoftReference contentsRef = null; // the zone's namespace field in class:ZoneNode
75 contentsRef = null;
90 return (contentsRef != null)
91 ? (NameNode) contentsRef.get()
149 contentsRef = new SoftReference(newContents);

Completed in 29 milliseconds