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