voddan
07/13/2018, 8:40 AMhashcode
? If the later then I agree, we need a straightforward way to generate hashes of composite objects which does not require knowing about primary numbers or magic formulas. How about we move to #C0B8Q383C with that?gildor
07/13/2018, 8:41 AMkarelpeeters
07/13/2018, 8:58 AMkarelpeeters
07/13/2018, 8:59 AMObjects.hash()
on the JVM I think.voddan
07/14/2018, 3:35 PMObjects.hash()
, thanks!robstoll
07/16/2018, 8:31 AMObjects.hash
is slitly slower than an own implementation. But only relevant if you store a lot of objects in a HashSet/Mapvoddan
07/16/2018, 3:02 PMrobstoll
07/16/2018, 3:11 PM