KOLEKTY KOTLIN do listy połączonych

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