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

/openjdk7/jdk/src/share/classes/java/lang/
H A DByte.java76 private static class ByteCache { class in class:Byte
77 private ByteCache(){} method in class:Byte.ByteCache
102 return ByteCache.cache[(int)b + offset];

Completed in 31 milliseconds