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