先前提過 LinkedList ,它不僅實作了 List 介面,也實作了 Queue 的行為,所以可將 LinkedList 當作佇列來使用。例如: package cc.openhome; import java.util.
確定! 回上一頁