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