Home
last modified time | relevance | path

Searched refs:ByteCache (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DByte.java77 private static class ByteCache { class in Byte
78 private ByteCache(){} in ByteCache() method in Byte.ByteCache
103 return ByteCache.cache[(int)b + offset]; in valueOf()