JavaSE---LinkedList
摘要:
/** * 【java.util.Queue】 * * The {@link #remove()} and {@link #poll()} methods remove and return the head of the queue. * Exactly which element is remo 阅读全文
posted @ 2022-01-06 11:00 anpeiyong 阅读(20) 评论(0) 推荐(0) 编辑