OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cachedints
(Results
1 - 1
of
1
) sorted by null
/external/smack/src/org/xbill/DNS/
Mnemonic.java
16
private static Integer
cachedInts
[] = new Integer[64];
19
for (int i = 0; i <
cachedInts
.length; i++) {
20
cachedInts
[i] = new Integer(i);
85
if (val >= 0 && val <
cachedInts
.length)
86
return (
cachedInts
[val]);
Completed in 48 milliseconds