v2024.08.09
- Do some of the work of
getRecord
ahead of time in case someone wants to cache them - Make
getList
useCollections.unmodifiableList
instead ofList.copyOf
- Fix some documentation wording
getRecord
ahead of time in case someone wants to cache themgetList
use Collections.unmodifiableList
instead of List.copyOf