SimpleEntry.this

Creates an entry representing a mapping from the specified key to the specified value.

@param key the key represented by this entry @param value the value represented by this entry

  1. this(K key, V value)
    class SimpleEntry(K, V)
    this
    (
    K key
    ,)
  2. this(MapEntry!(K, V) entry)

Meta