: new LongIntHashMap().toImmutable();
}
public ImmutableLongIntMap reject(LongIntPredicate predicate)
{
return predicate.accept(this.key1, this.value1) ? new LongIntHashMap().toImmutable()
: LongIntHashMap.newWithKeysValues(this.key1, this.value1).toImmutable();
}