(final Object value1, final Object value2)
| 110 | } |
| 111 | |
| 112 | private static int hash(final Object value1, final Object value2) { |
| 113 | return Objects.hash(value1, value2); |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Creates a range using the specified element as both the minimum |
no outgoing calls