| commit | 949e242ec8099e616e464ee7dce8d14e516b2519 | [log] [tgz] |
|---|---|---|
| author | Roshan George <roshan@arjie.com> | Fri Apr 17 00:46:02 2015 -0700 |
| committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Feb 14 22:47:19 2016 +0900 |
| tree | 8047e870fbaaa9e7e6ca8a363d6b90c167b30b3b | |
| parent | 919752ca2fa7e64f8854729aebbd91d4cbd50a57 [diff] |
THRIFT-2877 Generate hashCode using primitives and static utility methods Client: Java Author: Roshan George <roshan@arjie.com> The TBaseHelper.hashCode methods are the Java 8 implementations of hashCode for those types. This closes #448