Package 

Class MapEntry

  • All Implemented Interfaces:
    kotlin.collections.Map.Entry

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

    映射入口。

    Map entry.

    • Field Summary

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

      Constructors 
      Constructor Description
      MapEntry(K key, V value)
    • Method Summary

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

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