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.
magicMethodこのような作業はありますか:
magicMethod
List<E> resultList = magicMethod((Iterator<E>)inputIterator);
注意:resultList変更可能である必要があります。
resultList
Lists#newArrayList(Iterator)を使用できます。