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

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

Completed in 29 milliseconds