(byte @NotNull [] bytes)
| 20 | } |
| 21 | |
| 22 | public @NotNull Binary intern(byte @NotNull [] bytes) { |
| 23 | return intern(bytes, 0, bytes.length); |
| 24 | } |
| 25 | |
| 26 | public @NotNull Binary intern(byte @NotNull [] bytes, int beginIndex, int endIndex) { |
| 27 | var hash64 = hash64(HASH_BASE, bytes, beginIndex, endIndex); |