JVM如何知道哪些數據結構是隨機查找哪些是順序查找?

最具表明性的是:ArrayList和LinkedList ArrayList: public class ArrayList extends AbstractList implements List, RandomAccess, Cloneable, java.io.Serializable 能夠看到ArrayList繼承AbstractList類,實現List、RandomAccess、Clon
相關文章
相關標籤/搜索