leventov / Koloboke

Java Collections till the last breadcrumb of memory and performance
https://koloboke.com/
1k stars 138 forks source link

Equivalence.hash() not used in map.get() #36

Closed bobymicroby closed 9 years ago

bobymicroby commented 9 years ago

Don't you think that it is more reasonable to use Equivalence.hash method during get operations for the map ?

bobymicroby commented 9 years ago

Sorry, it was my mistake. It is working as expected.