Lists are zero based this means that you can access the first element in the collection with index zero e.g.: colors.get(0) . Unlike Sets a List allows ...
確定! 回上一頁