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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DBuiltInEncodingAlgorithmState.java36 public short[] shortArray = new short[INITIAL_LENGTH]; field in class:BuiltInEncodingAlgorithmState
/openjdk7/jdk/test/java/util/Arrays/
H A DArrayObjectMethods.java67 short[] a = Rnd.shortArray(size);
315 public static short[] shortArray(int length) { method in class:Rnd
376 case 3: result[i] = shortArray(length/2);

Completed in 31 milliseconds