JAVA基礎-集合-8.List總結

1、List概括 List 是一個接口,它繼承於Collection的接口。它代表着有序的隊列。 AbstractList 是一個抽象類,它繼承於AbstractCollection。AbstractList實現List接口中除size()、get(int location)之外的函數。 AbstractSequentialList 是一個抽象類,它繼承於AbstractList。Abstract
相關文章
相關標籤/搜索