SimpleEntry.this

Creates an entry representing the same mapping as the specified entry.

@param entry the entry to copy

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

Meta