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