A sensible definition of #hashCode in terms of #iterator. If you override #iterator, you may wish to override #equals to forward to this implementation. @since 7.0
()
| 103 | |
| 104 | |
| 105 | protected int standardHashCode() { |
| 106 | return Sets.hashCodeImpl(this); |
| 107 | } |
| 108 | } |
nothing calls this directly
no test coverage detected