====== Java Pattern Matching ====== * [[https://openjdk.org/jeps/441|JEP 441: Pattern Matching for switch]] * Pattern Matching 이 [[java:21|Java 21]] 부터 본격 사용가능해짐. * 17에서는 preview ===== 참조 ===== * [[https://www.baeldung.com/java-switch-pattern-matching|Pattern Matching for Switch | Baeldung]] * [[https://www.infoq.com/articles/pattern-matching-for-switch/|A Comprehensive Guide to Java's New Feature: Pattern Matching for Switch]] * [[https://belief-driven-design.com/looking-at-java-21-switch-pattern-matching-14648/|Looking at Java 21: Switch Pattern Matching - belief driven design]] * [[https://www.youtube.com/watch?v=QrwFrm1R8OY&ab_channel=Java|Java21 Brings Full Pattern Matching #RoadTo21 - YouTube]] * [[https://www.youtube.com/watch?v=ciRtgUeGg38&ab_channel=EngineerSunit|Java 21 Live Code Demo - Feature - Pattern Matching for Switch - YouTube]]