You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstatic<K, V>Map.Entry<K, V> entry(K key, V value) { ... }
1065
1065
```
1066
1066
1067
-
These methods are provided primarily as a convenience for applications using Java 8. Applications targeting Java 9 and higher can use the standard JDK `List.of` and `Map.of` methods.
1067
+
These methods are provided primarily as a convenience for applications using Java8.Applications targeting Java9 and higher can use the standard `List.of()` and `Map.of()` methods provided by the JDK.
1068
1068
1069
1069
# KotlinSupport
1070
1070
In addition to Java, HTTP-RPC web services can be implemented using the [Kotlin](https://kotlinlang.org) programming language. For example, the following service provides some basic information about the host system:
0 commit comments