Interfaces - Classes In Interfaces
Finally, interfaces can also contain nested classes. These classes are implicitly public and static, so they can be accessed without an instance of the interface:
Finally, interfaces can also contain nested classes. These classes are implicitly public and static, so they can be accessed without an instance of the interface: