Package 

Class MutableMapEntry

  • All Implemented Interfaces:
    kotlin.collections.Map.Entry , kotlin.collections.MutableMap.MutableEntry

    
    public final class MutableMapEntry<K extends Object, V extends Object>
     implements Entry.Map<K, V>
                        

    可变的映射入口。

    Mutable map entry.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final K key
      private V value
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableMapEntry(K key, V value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      K getKey()
      V getValue()
      Unit setValue(V value)
      V setValue(V newValue)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait