| Modifier and Type | Field and Description |
|---|---|
| public static final BigInteger | |
| public static final BigInteger | |
| public static final BigInteger | maxLong
Deprecated
Use MAX_INT instead.
|
| public static final BigInteger | maxULong
Deprecated
Use MAX_ULONG instead.
|
| public static final BigInteger | |
| public static final BigInteger | minLong
Deprecated
Use MIN_INT instead.
|
| public static final PyType | |
| private final BigInteger |
| Access | Constructor and Description |
|---|---|
| public | |
| public | |
| public | |
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __abs__()
Overrides org. Equivalent to the standard Python __abs__ method. |
| public PyObject | __add__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __add__ method. |
| public PyObject | __and__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __and__ method |
| public int | __cmp__(PyObject
the object to compare this with. other)Overrides org. Equivalent to the standard Python __cmp__ method. |
| public Object | __coerce_ex__(PyObject
the other object involved in the coercion other)Overrides org. Implements numeric coercion |
| public PyComplex | __complex__()
Overrides org. Equivalent to the standard Python __complex__ method. |
| public PyObject | __div__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __div__ method |
| public PyObject | __divmod__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __divmod__ method |
| public PyFloat | __float__()
Overrides org. Equivalent to the standard Python __float__ method. |
| public PyObject | __floordiv__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __floordiv__ method |
| public PyObject | |
| public PyTuple | |
| public PyString | __hex__()
Overrides org. Equivalent to the standard Python __hex__ method Should only be overridden by numeric objects that can be reasonably represented as a hexadecimal string. |
| public PyObject | __index__()
Overrides org. Equivalent to the standard Python __index__ method. |
| public PyObject | __int__()
Overrides org. Equivalent to the standard Python __int__ method. |
| public PyObject | __invert__()
Overrides org. Equivalent to the standard Python __invert__ method. |
| public PyObject | __long__()
Overrides org. Equivalent to the standard Python __long__ method. |
| public PyObject | __lshift__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __lshift__ method |
| public PyObject | __mod__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __mod__ method |
| public PyObject | __mul__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __mul__ method. |
| public PyObject | __neg__()
Overrides org. Equivalent to the standard Python __neg__ method. |
| public boolean | __nonzero__()
Overrides org. Equivalent to the standard Python __nonzero__ method. |
| public PyString | __oct__()
Overrides org. Equivalent to the standard Python __oct__ method. |
| public PyObject | __or__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __or__ method |
| public PyObject | __pos__()
Overrides org. Equivalent to the standard Python __pos__ method. |
| public PyObject | __pow__(PyObject
the power to raise this number to. right, PyObject the modulus to perform this operation in or null if no modulo is to be used modulo)Overrides org. Implements the three argument power function. |
| public PyObject | __radd__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __radd__ method. |
| public PyObject | __rand__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rand__ method |
| public PyObject | __rdiv__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rdiv__ method |
| public PyObject | __rdivmod__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rdivmod__ method |
| public PyObject | __rfloordiv__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rfloordiv__ method |
| public PyObject | __rmod__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rmod__ method |
| public PyObject | __rmul__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rmul__ method. |
| public PyObject | __ror__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __ror__ method |
| public PyObject | __rpow__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rpow__ method |
| public PyObject | __rshift__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __rshift__ method |
| public PyObject | __rsub__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rsub__ method |
| public PyObject | __rtruediv__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rtruediv__ method |
| public PyObject | __rxor__(PyObject
the object to perform this binary operation with (the left-hand operand). left)Overrides org. Equivalent to the standard Python __rxor__ method |
| public PyString | __str__()
Overrides org. Equivalent to the standard Python __str__ method. |
| public PyObject | __sub__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __sub__ method |
| public Object | __tojava__(Class<?>
the Class to convert this c)PyObject to.Overrides org. Equivalent to the Jython __tojava__ method. |
| public PyObject | __truediv__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __truediv__ method |
| public PyObject | __trunc__()
Overrides org. Equivalent to the standard Python __trunc__ method. |
| public PyUnicode | |
| public PyObject | __xor__(PyObject
the object to perform this binary operation with (the right-hand operand). right)Overrides org. Equivalent to the standard Python __xor__ method |
| public static PyObject | |
| public int | asIndex(PyObject
the Python exception to raise on OverflowErrors err)Overrides org. Convert this object into an index-sized integer. |
| public int | |
| public int | |
| public long | |
| public long | |
| private static PyObject | |
| public int | bit_length()
Overrides org. Equivalent to the standard Python bit_length method. |
| private static final boolean | |
| private static final BigInteger | |
| private static final int | |
| public PyObject | conjugate()
Overrides org. Equivalent to the standard Python conjugate method. |
| private static PyObject | |
| private BigInteger | |
| public double | |
| private PyString | Returns: converted value of this objectprepared format-specifier. specCommon code used by the number-base conversion method __oct__ and __hex__. |
| public PyObject | |
| public PyObject | |
| public long | |
| public long | |
| public PyObject | |
| public PyObject | |
| public BigInteger | |
| public int | |
| public boolean | isIndex()
Overrides org. Determine if this object can act as an index (implements __index__). |
| public boolean | |
| public boolean | |
| public boolean | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final int | |
| pack-priv final PyObject | |
| pack-priv final Object | |
| pack-priv final PyComplex | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyFloat | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyTuple | |
| pack-priv final int | |
| pack-priv final PyString | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| public static PyObject | |
| public boolean | |
| pack-priv final PyString | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| public PyString | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final int | |
| pack-priv final PyObject | |
| pack-priv final String | |
| private static PyObject | longSubtypeNew(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
Wimpy, slow approach to new calls for subtypes of long. |
| private BigInteger | |
| private static final double | |
| public double | |
| private static BigInteger | |
| public String | toString()
Overrides org. Returns a string representation of the object. |
| private static final PyFloat |