org.codehaus.groovy.runtime.typehandling
Class IntegerCache

java.lang.Object
  extended by org.codehaus.groovy.runtime.typehandling.IntegerCache

public class IntegerCache
extends java.lang.Object


Field Summary
(package private) static java.lang.Integer[] CACHE
           
 
Constructor Summary
private IntegerCache()
           
 
Method Summary
static java.lang.Integer integerValue(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE

static final java.lang.Integer[] CACHE
Constructor Detail

IntegerCache

private IntegerCache()
Method Detail

integerValue

public static java.lang.Integer integerValue(int i)


Copyright © ${year} The Codehaus. All Rights Reserved.