: new CharIntHashMap().toImmutable();
}
public ImmutableCharIntMap reject(CharIntPredicate predicate)
{
return predicate.accept(this.key1, this.value1) ? new CharIntHashMap().toImmutable()
: CharIntHashMap.newWithKeysValues(this.key1, this.value1).toImmutable();
}