Next: LargeNegativeInteger, Previous: LargeByteArray, Up: Base classes [Index]
I represent a large integer, which has to be stored as a long sequence of bytes. I have methods to do arithmetics and comparisons, but I need some help from my children, LargePositiveInteger and LargeNegativeInteger, to speed them up a bit.