Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイプの引数を受け取るメソッドがあり、その引数を処理するときに、クラスCollectionで見つかったいくつかのメソッドを使用する必要があります。Listアップキャストは速度の面で高価ですか?
Collection
List
List<Stuff> list = (List<Stuff>) collection;
また、collectionオブジェクトはこの後は使用されず、list.
collection
list