1.forEach(void f(E element)) → void · 2.map<T>(T f(E e)) → Iterable<T> · 3.contains(Object element) → bool · 4.sort([int compare(E a, E b) ]) → void · 5.reduce( ...
確定! 回上一頁