← Docs
kotlin-stdlib / kotlin.collections / ArrayList / retainAll

retainAll

Common
Native
1.0
fun retainAll ( elements : Collection < E > ) : Boolean
(Common source) (Native source)

Retains only the elements in this collection that are contained in the specified collection.

Return true if any element was removed from the collection, false if the collection was not modified.

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .