Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は常に、さまざまな場所やプロジェクトでこのようなものを書かなければなりません。
int appointmentId = Integer.parseInt(StringUtils.isNotEmpty(request.getParameter ("appointmentId")) ? request.getParameter("appointmentId"): "0");
解析された int または 0 またはデフォルトの戻り値として指定したものを返す共通のクラスはありますか?