Closed stepheno closed 1 year ago
Update client classes to use base collection interfaces in method signatures. This allows for more flexibility for end users than the concrete implementations HashMap and ArrayList.
HashMap
ArrayList
Change is backwards compatible with prior usage of the client.
Change Summary
Update client classes to use base collection interfaces in method signatures. This allows for more flexibility for end users than the concrete implementations
HashMap
andArrayList
.Change is backwards compatible with prior usage of the client.
PR Checklist