You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sleberknight
changed the title
KiwiMaps.newConcurrentMap should return a ConcurrentMap
KiwiMaps.newConcurrentHashMap should return a ConcurrentMap
Dec 18, 2020
* Change newTreeMap to return SortedMap
* Change newConcurrentHashMap to return ConcurrentMap
* Use Comparable<? super K> instead of raw Comparable type
* Add a few sanity checking tests
Closes#484Closes#486
For same reasons in #484 the
KiwiMaps.newConcurrentMap
method should return aConcurrentMap
.Verified that the original code does return
ConcurrentMap
The text was updated successfully, but these errors were encountered: