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