@@ -26,3 +26,31 @@ Represents a type that a CBOR object can have.
2626
2727* [ com.upokecenter.cbor.CBORException] ( wiki/com.upokecenter.cbor.CBORException ) -
2828Exception thrown for errors involving CBOR data.
29+
30+ * [ com.upokecenter.util.BigInteger] ( wiki/com.upokecenter.util.BigInteger ) - Deprecated
31+ Use EInteger from PeterO.Numbers/com.upokecenter.numbers and the output of
32+ this class's toString method.
33+
34+ * [ com.upokecenter.util.DataUtilities] ( wiki/com.upokecenter.util.DataUtilities ) -
35+ Contains methods useful for reading and writing strings.
36+
37+ * [ com.upokecenter.util.ExtendedDecimal] ( wiki/com.upokecenter.util.ExtendedDecimal ) - Deprecated
38+ Use EDecimal from PeterO.Numbers/com.upokecenter.numbers and the output of
39+ this class's toString method.
40+
41+ * [ com.upokecenter.util.ExtendedFloat] ( wiki/com.upokecenter.util.ExtendedFloat ) - Deprecated
42+ Use EFloat from PeterO.Numbers/com.upokecenter.numbers and the output of
43+ this class's toString method.
44+
45+ * [ com.upokecenter.util.ExtendedRational] ( wiki/com.upokecenter.util.ExtendedRational ) - Deprecated
46+ Use ERational from PeterO.Numbers/com.upokecenter.numbers and the output of
47+ this class's toString method.
48+
49+ * [ com.upokecenter.util.PrecisionContext] ( wiki/com.upokecenter.util.PrecisionContext ) - Deprecated
50+ Use EContext from PeterO.Numbers/com.upokecenter.numbers.
51+
52+ * [ com.upokecenter.util.Rounding] ( wiki/com.upokecenter.util.Rounding ) - Deprecated
53+ Use ERounding from PeterO.Numbers/com.upokecenter.numbers.
54+
55+ * [ com.upokecenter.util.TrapException] ( wiki/com.upokecenter.util.TrapException ) - Deprecated
56+ Use ETrapException from PeterO.Numbers/com.upokecenter.numbers.
0 commit comments