2 This method of an inner class reads from or writes to a private member variable of the owning class,
3 or calls a private method of the owning class. The compiler must generate a special method to access this
4 private member, causing this to be less efficient. Relaxing the protection of the member variable or method
5 will allow the compiler to treat this as a normal access.