At work, I regularly have multiple representations of the same data, which I often have little control over. I have to take an external data structure and convert it to our version of the same data ...
Java SE 14 (March 2020) introduced a limited form of pattern matching as a preview feature, which becomes a permanent feature in Java SE 16 (March 2021). The first phase of pattern matching is limited ...