Searched defs:BigInteger (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/annotations/sdk/nullability/java/math/ |
D | BigInteger.annotated.java | 29 public class BigInteger extends java.lang.Number implements java.lang.Comparable<java.math.BigInteg… class 31 public BigInteger(byte[] val, int off, int len) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger 33 public BigInteger(byte[] val) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger 35 …public BigInteger(int signum, byte[] magnitude, int off, int len) { throw new RuntimeException("St… in BigInteger() method in BigInteger 37 public BigInteger(int signum, byte[] magnitude) { throw new RuntimeException("Stub!"); } in BigInteger() method in BigInteger 39 …public BigInteger(@libcore.util.NonNull java.lang.String val, int radix) { throw new RuntimeExcept… in BigInteger() method in BigInteger 41 …public BigInteger(@libcore.util.NonNull java.lang.String val) { throw new RuntimeException("Stub!"… in BigInteger() method in BigInteger 43 …public BigInteger(int numBits, @libcore.util.NonNull java.util.Random rnd) { throw new RuntimeExce… in BigInteger() method in BigInteger 45 …public BigInteger(int bitLength, int certainty, @libcore.util.NonNull java.util.Random rnd) { thro… in BigInteger() method in BigInteger
|
/libcore/ojluni/src/main/java/java/math/ |
D | BigInteger.java | 133 public class BigInteger extends Number implements Comparable<BigInteger> { class 309 public BigInteger(byte[] val, int off, int len) { in BigInteger() method in BigInteger 338 public BigInteger(byte[] val) { in BigInteger() method in BigInteger 350 private BigInteger(int[] val) { in BigInteger() method in BigInteger 395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger() method in BigInteger 434 public BigInteger(int signum, byte[] magnitude) { in BigInteger() method in BigInteger 445 private BigInteger(int signum, int[] magnitude) { in BigInteger() method in BigInteger 480 public BigInteger(String val, int radix) { in BigInteger() method in BigInteger 564 BigInteger(char[] val, int sign, int len) { in BigInteger() method in BigInteger 674 public BigInteger(String val) { in BigInteger() method in BigInteger [all …]
|