Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/lang/
DLong.java280 private static class LongCache { class in Long
282 private LongCache() { in LongCache() method in Long.LongCache
/libcore/ojluni/src/main/java/java/lang/
DLong.java1199 private static class LongCache { class
1200 private LongCache() {} in LongCache() method in LongCache
1243 return LongCache.cache[(int)l + offset]; in valueOf()