Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

  • public: Inherited and accessible everywhere.
  • protected: Inherited and accessible in the same package or subclasses (even in different packages).
  • default (no modifier): Inherited only within the same package.
  • private: Not inherited or accessible in the subclass directly.