Q:

make hashmap kotlin

fun main(args: Array<String>) { 
    //A simple example of HashMap class define 
    // with empty "HashMap of <String, Int>" 
    var hashMap : HashMap<String, Int> 
            = HashMap<String, Int> ()  
}
0

New to Communities?

Join the community