Function ListMap.Entry.this

this (
  T value
);

this (
  K key,
  T value
);