public abstract class Number extends DataItem
Modifier | Constructor and Description |
---|---|
protected |
Number(MajorType majorType,
BigInteger value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
BigInteger |
getValue() |
int |
hashCode() |
String |
toString() |
assertTrue, getMajorType
protected Number(MajorType majorType, BigInteger value)
Copyright © 2014. All Rights Reserved.