: new IntIntHashMap().toImmutable();
}
public ImmutableIntIntMap reject(IntIntPredicate predicate)
{
return predicate.accept(this.key1, this.value1) ? new IntIntHashMap().toImmutable()
: IntIntHashMap.newWithKeysValues(this.key1, this.value1).toImmutable();
}