Collection Kotlin à la liste liée

// Uses Java's LinkedList
val linkedList = someCollection.toCollection(java.util.LinkedList())
Promofo