I was trying to learn reflection and I came across this IllegalAccessException. Please see the following code:
public class ReflectionTest { public sta
You cannot access it, because the Iterator is a private inner class. More explanation can be found here.