Description: In Java, a class can be defined within another class or inside a method, which is called an internal class. Generally speaking, the broad sense of internal class includes these four kinds: inner class, local inner class, anonymous inner class and static inner class. Here are the first to understand the use of these four types of internal.
To Search:
File list (Check if you may need any files):
Innerclass
..........\.classpath
..........\.project
..........\.settings
..........\.........\org.eclipse.jdt.core.prefs
..........\bin
..........\...\A.class
..........\...\B.class
..........\...\Callback.class
..........\...\Callee1.class
..........\...\Callee2$Closure.class
..........\...\Callee2.class
..........\...\Caller.class
..........\...\ClassInterface$Test.class
..........\...\ClassInterface.class
..........\...\controller
..........\...\..........\Controller.class
..........\...\..........\Event.class
..........\...\D.class
..........\...\dtws
..........\...\....\DTW.class
..........\...\E.class
..........\...\GreenhouseController.class
..........\...\GreenhouseControls$Bell.class
..........\...\GreenhouseControls$LightOff.class
..........\...\GreenhouseControls$LightOn.class
..........\...\GreenhouseControls$Restart.class
..........\...\GreenhouseControls$Terminate.class
..........\...\GreenhouseControls$ThermostatDay.class
..........\...\GreenhouseControls$ThermostatNight.class
..........\...\GreenhouseControls$waterOff.class
..........\...\GreenhouseControls$waterOn.class
..........\...\GreenhouseControls.class
..........\...\Incrementable.class
..........\...\MultiImplementation.class
..........\...\MultiInterfaces.class
..........\...\MyIncrement.class
..........\...\TestBed$Tester.class
..........\...\TestBed.class
..........\...\TestClassInterface.class
..........\...\X.class
..........\...\Y$1.class
..........\...\Y.class
..........\...\Z$1.class
..........\...\Z.class
..........\src
..........\...\Callback.java
..........\...\ClassInterface.java
..........\...\controller
..........\...\..........\Controller.java
..........\...\..........\Event.java
..........\...\dtws
..........\...\....\DTW.java
..........\...\GreenhouseController.java
..........\...\GreenhouseControls.java
..........\...\MultiImplementation.java
..........\...\MultiInterfaces.java
..........\...\TestBed.java
..........\...\TestClassInterface.java