Ich bin ich... und du?
public class Book { private int pageNumber; private class BookReader { public int getPage() { return pageNumber; } }}