Home
last modified time | relevance | path

Searched defs:UnsignedInt64 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DUnsignedInt64.java33 public class UnsignedInt64 extends BigInteger { class
52 public UnsignedInt64(String string) throws NumberFormatException in UnsignedInt64() method in UnsignedInt64
65 public UnsignedInt64(String string, int radix) in UnsignedInt64() method in UnsignedInt64
81 public UnsignedInt64(byte[] bytes) throws NumberFormatException in UnsignedInt64() method in UnsignedInt64
94 public UnsignedInt64(BigInteger value) throws NumberFormatException in UnsignedInt64() method in UnsignedInt64