| Modifier and Type | Field and Description |
|---|---|
| private static final String | |
| public static final BigInteger | MAX_INT
The maximum value of an int represented by a BigInteger |
| public static final BigInteger | maxInt
Deprecated
Use MAX_INT instead.
|
| public static final BigInteger | MIN_INT
The minimum value of an int represented by a BigInteger |
| public static final BigInteger | minInt
Deprecated
Use MIN_INT instead.
|
| public static final PyType | |
| private final int |
| Access | Constructor and Description |
|---|---|
| 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 | __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 | __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 | __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 | __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 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 |
| private static PyObject | |
| private 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 | Returns: int or long result.to convert to an int x)Convert all sorts of object types to either |
| public int | bit_length()
Overrides org. Equivalent to the standard Python bit_length method. |
| private static final boolean | |
| private static final int | |
| public PyObject | conjugate()
Overrides org. Equivalent to the standard Python conjugate method. |
| private static PyObject | Returns: convert to an int.Helper called on whatever exposed method |
| private static long | |
| 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 PyObject | |
| public PyObject | |
| public int | |
| public int | |
| 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 PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyFloat | |
| pack-priv final PyObject | |
| pack-priv final PyObject | |
| pack-priv final PyTuple | |
| pack-priv final PyString | |
| pack-priv final PyObject | |
| pack-priv final PyInteger | |
| 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 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 | |
| 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 int | |
| public static PyObject | |
| pack-priv final String | |
| public boolean | isIndex()
Overrides org. Determine if this object can act as an index (implements __index__). |
| public boolean | |
| public boolean | |
| public boolean | |
| private static long | |
| pack-priv static IntegerFormatter | Returns: a formatter ready to use, or null if the type is not an integer format type.a parsed PEP-3101 format specification. specCommon code for PyInteger and PyLong to prepare an IntegerFormatter. |
| public String | toString()
Overrides org. Returns a string representation of the object. |