Searched refs:ByteCache (Results 1 – 1 of 1) sorted by relevance
77 private static class ByteCache { class in Byte78 private ByteCache(){} in ByteCache() method in Byte.ByteCache103 return ByteCache.cache[(int)b + offset]; in valueOf()