Could you tell me the getFirst LinkedList () method of the variable inside f: why do you want to use the final modification?
CodePudding user response:
I don't know what you see is what version of the JDK source code?
Why is the source of my here like this:
Public E getFirst () {
If (size==0)
Throw new NoSuchElementException ();
The return header. Next. Element;
}
CodePudding user response: