I am attempting to create a unsigned integer class.
public class UnsignedInteger extends Number implements Comparable { ...
Java doesnt support operator overloading, they consider it a bad practice, knowing that they overloaded + and += operators for the String class
+
+=
String