Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.List.removeAll
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menghapus semua elemen yang ada dalam daftar lain dari daftar.
Penggunaan | Hasil |
---|
List.removeAll(other) | Daftar |
Argumen | Jenis | Detail |
---|
ini: list | Daftar | |
other | Daftar | |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-29 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-29 UTC."],[[["\u003cp\u003eRemoves all elements from the list that are present in the \u003ccode\u003eother\u003c/code\u003e list.\u003c/p\u003e\n"],["\u003cp\u003eThis operation modifies the original list and returns the updated list.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eremoveAll\u003c/code\u003e method takes one argument, which is the \u003ccode\u003eother\u003c/code\u003e list containing elements to be removed.\u003c/p\u003e\n"]]],[],null,["# ee.List.removeAll\n\nRemoves from list all of the elements that are contained in other list.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------|---------|\n| List.removeAll`(other)` | List |\n\n| Argument | Type | Details |\n|--------------|------|---------|\n| this: `list` | List | |\n| `other` | List | |"]]