Package com.oracle.truffle.sl.runtime
Class SLBigInteger
java.lang.Object
com.oracle.truffle.sl.runtime.SLBigInteger
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,Comparable<SLBigInteger>
public final class SLBigInteger
extends Object
implements com.oracle.truffle.api.interop.TruffleObject, Comparable<SLBigInteger>
-
Constructor Details
-
SLBigInteger
-
SLBigInteger
public SLBigInteger(long value)
-
-
Method Details
-
getValue
-
compareTo
- Specified by:
compareToin interfaceComparable<SLBigInteger>
-
toString
-
equals
-
hashCode
public int hashCode() -
fitsInBigInteger
public boolean fitsInBigInteger()
-