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