このadd(null)メソッド内にメソッドを追加する必要がありますが、メソッドには次のような文字列引数があります
private double mymethod(String writing) // This is the method which must replace
// the null value inside the add(null) method
ただし、String引数があるため、エラーが発生します。この問題を解決するために何ができますか?