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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DQualifiedNameArray.java74 _array = getCompleteArray();
79 public final QualifiedName[] getCompleteArray() { method in class:QualifiedNameArray
83 final QualifiedName[] ra = _readOnlyArray.getCompleteArray();
H A DStringArray.java78 _array = getCompleteArray();
83 public final String[] getCompleteArray() { method in class:StringArray
87 final String[] ra = _readOnlyArray.getCompleteArray();
H A DPrefixArray.java233 _array = getCompleteArray();
238 public final String[] getCompleteArray() { method in class:PrefixArray
242 final String[] ra = _readOnlyArray.getCompleteArray();

Completed in 660 milliseconds