ColoradoRLA
ColoradoRLA copied to clipboard
ensure all returned collections are immutable
Review the API and use Collections.unmodifiableList and similar methods or classes judiciously. Right now we are inappropriately leaking private references willy-nilly.
This is simply API polishing for future developers who may extend this work. I'm pushing it to someday.