Chapter 7
Using Inner Classes, Anonymous Classes, and Lambda Expressions
IN THIS CHAPTER
Using inner classes
Creating static inner classes
Implementing anonymous classes
Adding lambda expressions
In this chapter, you find out how to use three advanced types of classes: inner classes, static inner classes, and anonymous inner classes. All three types are useful in certain circumstances. In particular, inner classes and anonymous inner classes are commonly used with graphical applications created with JavaFX. For more information about JavaFX, refer to Book 6. In this chapter, I concentrate on the mechanics of creating these types of classes.
You’ll also learn about a feature that was introduced with Java 8 called lambda expressions, which simplify the task of creating and using anonymous classes.
Get Java All-in-One For Dummies, 6th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.