Home
last modified time | relevance | path

Searched refs:scratchVector (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DNodeSorter.java97 Vector scratchVector = new Vector(); in sort() local
99 mergesort(nodes, scratchVector, 0, n - 1, support); in sort()