HIGUCHI Yuta ca9cc8e28e Avoid use of Objects.hash when there's only 1 params
- directly call #hashCode() when hashed Object seems non-null
- replace with Objects.hashCode(Object) when Nullable
- replace with Long.hashCode(long), etc. when primitive

Change-Id: I08c24ebbe94cf4162d1491209a14baf953163e41
2015-11-05 21:47:59 +00:00
..
2015-09-18 15:19:54 -07:00
2015-05-29 06:01:30 +00:00
2015-09-18 15:19:54 -07:00