ニュース

One of Java’s stranger language features is the ability to nest a class inside an interface. As with a nested interface, the nested class is implicitly public and static.
In Java, nested classes are categorized as either static member classes or inner classes. Inner classes are non-static member classes, local classes, or anonymous classes.