Comments!

I’ve copied an Apache class into my code for primitive int to Object maps, made it generic and added binary search to make gets faster… also added some methods to find objects in a given range… the only thing I really hated about the Apache code were the comments. You could hardly read the code for all the blah-blah javadoc. I’ve deleted all the comments tonight, the code is much more understandable now :slight_smile: