- setting options no longer requires all options to be present
- centralized helper methods for parsing options (now with default values)
- call to
super.setOptions(...)
now at end ofsetOptions
methods to avoid exception due to check for unused options - replaced
StringBuffer
withStringBuilder
toArray(...)
calls now use 0-length array templates- replaced
LinkedList
withArrayList
in some places