Implementing an immutable stack – Objects, Immutability, Switch Expressions, and Pattern Matching

45. Implementing an immutable stack A common coding challenge in interviews sounds like this: implement an immutable stack in Java. In case you need a quick overview of immutability concepts and the principles of writing an immutable class then I strongly recommend you Java Coding Problems, First Edition, Problems 47-52.Being an abstract data type, a […]

© 2024 nickshade Please read our Terms and Privacy Policy. We also use Cookies.