Searched refs:LongCache (Results 1 – 1 of 1) sorted by relevance
811 private static class LongCache { class in Long812 private LongCache(){} in LongCache() method in Long.LongCache843 return LongCache.cache[(int)l + offset]; in valueOf()