Coleção Kotlin para a lista vinculada

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