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

/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java390 private Object typeCache = null; field in class:Scanner
817 typeCache = null;
824 typeCache = null;
834 typeCache = null;
1859 typeCache = Byte.parseByte(s, radix);
1914 if ((typeCache != null) && (typeCache instanceof Byte)
1916 byte val = ((Byte)typeCache).byteValue();
1965 typeCache = Short.parseShort(s, radix);
2020 if ((typeCache !
[all...]

Completed in 215 milliseconds