Package io.ably.lib.util
Class CollectionUtils
java.lang.Object
io.ably.lib.util.CollectionUtils
-
Method Summary
-
Method Details
-
copy
Creates a shallow copy.- Type Parameters:
-
K
- Key type. -
V
- Value type. - Parameters:
-
map
- The map to be copied. - Returns:
- A new map.
-