We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
algo/java/06_linkedlist/LRUBaseLinkedList.java
Line 117 in cc245cd
Line 119 in cc245cd
The text was updated successfully, but these errors were encountered:
java当中没有显式的删除对象的语句(比如c中的delete ),所以在java中,想销毁某个对象的时候只要把对象的指针指向null,jvm会自动将他销毁
Sorry, something went wrong.
No branches or pull requests
algo/java/06_linkedlist/LRUBaseLinkedList.java
Line 117 in cc245cd
algo/java/06_linkedlist/LRUBaseLinkedList.java
Line 119 in cc245cd
我看不出来这两行代码有任何的意义。应该是可以直接删除的代码。
The text was updated successfully, but these errors were encountered: