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
https://note.vgearen.com/2021/12/22/%E4%BB%8E%E6%BA%90%E7%A0%81%E7%9C%8BPriorityQueue/
add/offer java.util.PriorityQueue#add 将指定元素插入此优先级队列。返回:true (由Collection.add指定)抛出:ClassCastException – 如果根据优先级队列的顺序无法将指定元素与当前在此优先级队列中的元素进行比较 NullPointerException – 如果指定的元素为空
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://note.vgearen.com/2021/12/22/%E4%BB%8E%E6%BA%90%E7%A0%81%E7%9C%8BPriorityQueue/
add/offer java.util.PriorityQueue#add 将指定元素插入此优先级队列。返回:true (由Collection.add指定)抛出:ClassCastException – 如果根据优先级队列的顺序无法将指定元素与当前在此优先级队列中的元素进行比较 NullPointerException – 如果指定的元素为空
The text was updated successfully, but these errors were encountered: