Archive for March, 2009
Integer to int null pointer exception?
Friday, March 20th, 2009As I was coding up some stuff for class today I was using your friendly HashMap in Java. I created the hash map so it would use an Object and an Integer. I would have rather done an int but you can’t template ints. Anyway, at one point I was pulling the Integer out of [...]