Accessing string methods in Intellj Java

In pycharm you can type help(str) in the python console to get a list of all string methods, is there any way to do this in Intellij for Java? (access list of string methods)