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

/openjdk7/jdk/test/java/util/Arrays/
H A DArrayObjectMethods.java224 public static short nextShort() { method in class:Rnd
318 result[i] = Rnd.nextShort();
/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java1937 * {@link #nextShort} method. The scanner does not advance past any input.
1950 * {@link #nextShort} method. The scanner does not advance past any input.
1977 * <tt>nextShort()</tt> behaves in exactly the same way as the
1978 * invocation <tt>nextShort(radix)</tt>, where <code>radix</code>
1988 public short nextShort() { method in class:Scanner
1989 return nextShort(defaultRadix);
2018 public short nextShort(int radix) { method in class:Scanner

Completed in 36 milliseconds