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

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

public class _Long
extends java.lang.Object

Author:
Taras Puchko

Field Summary
private static java.lang.Long[] cache
           
 
Constructor Summary
_Long()
           
 
Method Summary
static int signum(long i)
           
static java.lang.Long valueOf(long l)
           
 
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.Long[] cache
Constructor Detail

_Long

public _Long()
Method Detail

valueOf

public static java.lang.Long valueOf(long l)

signum

public static int signum(long i)