Concept Flow - Collections interop behavior
Start with Kotlin Collection
Pass to Java Method
Java sees Collection as Java Collection
Java modifies or reads Collection
Back to Kotlin with updated Collection
Kotlin uses Collection with Java changes
Shows how Kotlin collections are passed to Java and seen as Java collections, then changes flow back to Kotlin.