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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DDuplicateAttributeVerifier.java50 public final Entry _poolHead; field in class:DuplicateAttributeVerifier
56 _poolTail = _poolHead = new Entry();
62 Entry e = _poolHead;
72 _poolCurrent = _poolHead;
81 _poolCurrent = _poolHead;

Completed in 40 milliseconds