net.sf.retrotranslator.runtime.java.lang
Class _Integer

java.lang.Object
  extended by net.sf.retrotranslator.runtime.java.lang._Integer

public class _Integer
extends java.lang.Object

Author:
Taras Puchko

Field Summary
private static java.lang.Integer[] cache
           
 
Constructor Summary
_Integer()
           
 
Method Summary
static int signum(int i)
           
static java.lang.Integer valueOf(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

private static java.lang.Integer[] cache
Constructor Detail

_Integer

public _Integer()
Method Detail

valueOf

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

signum

public static int signum(int i)