Package net.jqwik.api.support
Class HashCodeSupport
java.lang.Object
net.jqwik.api.support.HashCodeSupport
The methods in this class mimic the behaviour of 
Objects.hash(Object...) ()}
 but do not create an array on the way.- 
Method SummaryModifier and TypeMethodDescriptionstatic intstatic intstatic intstatic intstatic inthash(@Nullable Object o1, @Nullable Object o2, @Nullable Object o3, @Nullable Object o4, @Nullable Object o5) static inthash(@Nullable Object o1, @Nullable Object o2, @Nullable Object o3, @Nullable Object o4, @Nullable Object o5, @Nullable Object o6) static inthash(@Nullable Object o1, @Nullable Object o2, @Nullable Object o3, @Nullable Object o4, @Nullable Object o5, @Nullable Object o6, @Nullable Object o7) static inthash(@Nullable Object o1, @Nullable Object o2, @Nullable Object o3, @Nullable Object o4, @Nullable Object o5, @Nullable Object o6, @Nullable Object o7, @Nullable Object o8) 
- 
Method Details- 
hash
- 
hash
- 
hash
- 
hash
- 
hash
- 
hash
- 
hash
- 
hash
 
-