public class BigIntegerType extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
BigIntegerType.BigIntegerEncoding |
Modifier and Type | Method and Description |
---|---|
Collection<BigIntegerType.BigIntegerEncoding> |
getAllEncodings() |
BigIntegerType.BigIntegerEncoding |
getCanonicalEncoding() |
BigIntegerType.BigIntegerEncoding |
getEncoding(BigInteger l) |
Class<BigInteger> |
getTypeClass() |
void |
write(T val) |
public Class<BigInteger> getTypeClass()
public BigIntegerType.BigIntegerEncoding getEncoding(BigInteger l)
public BigIntegerType.BigIntegerEncoding getCanonicalEncoding()
public Collection<BigIntegerType.BigIntegerEncoding> getAllEncodings()
Copyright © 2016 The Apache Software Foundation. All rights reserved.