static boolean stdEq2(O a, O b) { if (a == null) ret b == null; if (b == null) ret false; if (a.getClass() != b.getClass()) ret false; for (S field : allFields(a)) if (neq(getOpt(a, field), getOpt(b, field))) ret false; ret true; }
Began life as a copy of #1005431
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005432 | 
| Snippet name: | stdEq2 - field-based equals function (uses all fields) | 
| Eternal ID of this version: | #1005432/3 | 
| Text MD5: | 18e8066fee264152737b48ce3e25dda5 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2019-10-27 20:59:55 | 
| Source code size: | 259 bytes / 9 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 717 / 742 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |