Why doesn't Java's BigInteger class have a constructor capable of taking a numeric literal? Every single time I use BigIntegers, and many times I merely think about them, I wonder this.
What reason could the designers of java have had to exclude one despite the overwhelming convenience of one should it exist?
toString
on an integral type? And doing so would require multiple overloads - one per integral type. – Oded♦ Oct 29 '12 at 19:503
suffer. – Wug Oct 29 '12 at 19:52