Searched defs:UnsignedInt64 (Results 1 – 1 of 1) sorted by relevance
33 public class UnsignedInt64 extends BigInteger { class52 public UnsignedInt64(String string) throws NumberFormatException in UnsignedInt64() method in UnsignedInt6465 public UnsignedInt64(String string, int radix) in UnsignedInt64() method in UnsignedInt6481 public UnsignedInt64(byte[] bytes) throws NumberFormatException in UnsignedInt64() method in UnsignedInt6494 public UnsignedInt64(BigInteger value) throws NumberFormatException in UnsignedInt64() method in UnsignedInt64