Made 'constant' classes fully immutable by either removing or wrapping final
static arrays.

The IJ_TO_POS array was never being called so for now I removed it. We can
trivially add it back (with appropriate lookup function) if we need it later.

The other arrays were wrapped and given (hopefully) better JavaDoc.
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=25078833
6 files changed
tree: a7ba7f4dcf9dd67d70ef2b081ab1cdae5a1dc3c8
  1. lib/
  2. src/
  3. tests/
  4. .classpath
  5. .gitignore
  6. .project
  7. build.xml
  8. LICENSE