Home > Contents > Index >
Utilities.keysFromMap
Returns a string of keys from a Map.
Syntax
public static String keysFromMap(Map map)Parameters
map
- The map to convert to keys. See the Java SDK documentation for details about
Map
.
Returns
A string in the form "
key1,key2,key3
."
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.