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