Switch Expressions in Java 14: Compact by arrow notation without 'break' ... switch (day) { case MONDAY: case FRIDAY: case SUNDAY: ...
確定! 回上一頁