Assuming that I have a BigDecimal. What would be the best apprach to breaking that down into indivual digits so I can utilise the individual values. I know there are several ways this can be done but I was looking for the most effective way of acheiving this and was wondering if there is a method that can deal with this specific case. I've looked at the API but I can't see anything that is immedietly obviouse.
NB. Pehaps BigDecimal isn't the best way to handle this!