| Package | Description |
|---|---|
| org.xbup.ubnumber | |
| org.xbup.ubnumber.ubtypes |
| Modifier and Type | Class and Description |
|---|---|
class |
UBBoolean
Abstract class for UB form boolean value.
|
class |
UBEInteger |
class |
UBENatural
Abstract class for UB form natural value
|
class |
UBInteger
Abstract class for UB form integer value.
|
class |
UBList |
class |
UBNatural
Abstract class for UBNatural attribute.
|
class |
UBRatio
Abstract class for UBNatural attribute.
|
class |
UBReal
Abstract class for UB form real number value.
|
| Modifier and Type | Method and Description |
|---|---|
abstract UBNumber |
UBNumber.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
UBBit
Bitfield value
|
class |
UBENat32
UBENatural with limited value capacity.
|
class |
UBInt |
class |
UBInt32 |
class |
UBIntBig |
class |
UBNat |
class |
UBNat32
UBNatural with limited value capacity
|
class |
UBNatBig |
class |
UBPath32
UBPath with 32bit long items
|
class |
UBRea |
| Modifier and Type | Method and Description |
|---|---|
UBNumber |
UBBit.clone() |
UBNumber |
UBInt.clone() |
UBNumber |
UBInt32.clone() |
UBNumber |
UBIntBig.clone() |
UBNumber |
UBPath32.clone() |
UBNumber |
UBRea.clone() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UBNumber> |
UBInt.getItems() |