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

/openjdk7/jdk/src/share/classes/sun/text/
H A DCompactByteArray.java92 * @param indexArray the indicies of the compact array.
96 public CompactByteArray(short indexArray[], argument
100 if (indexArray.length != INDEXCOUNT)
103 short index = indexArray[i];
107 indices = indexArray;

Completed in 109 milliseconds