java.util.List接口的方法subList()的說明及使用注意事項

JDK中,List接口有一個實例方法List<E> subList(int fromIndex, int toIndex),其作用是返回一個以fromIndex爲起始索引(包含),以toIndex爲終止索引(不包含)的子列表(List)。   一、subList簡述     原型:List<E> subList(int fromIndex,int toIndex)       1、返回列表中指定的
相關文章
相關標籤/搜索