54555657585960616263
if (!(o instanceof ByteBytePair)) { return false; } ByteBytePair that = (ByteBytePair) o; return (this.one == that.getOne()) && (this.two == that.getTwo()); }
297829792980298129822983298429852986
byte[] keys = ByteByteHashMap.this.keys; while (!isNonSentinel(keys[this.position])) { this.position++; } ByteBytePair result = PrimitiveTuples.pair(keys[this.position], ByteByteHashMap.this.values[this.position]); this.position++; return result; }