type<$K extends JObject?, $V extends JObject?> static method

JType<JMap<$K, $V>> type<$K extends JObject?, $V extends JObject?>(
  1. JType<$K> K,
  2. JType<$V> V
)

The type which includes information such as the signature of this class.

Implementation

static JType<JMap<$K, $V>> type<$K extends JObject?, $V extends JObject?>(
  JType<$K> K,
  JType<$V> V,
) {
  return $JMap$Type$<$K, $V>(K, V);
}