Method toString(char c)
Return type: java.lang.String
Member of: java.lang.Character
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 letterIndex.put(Character.toString(c), new Integer(index));
2 String pos = Character.toString(
3 name = Character.toString(character);
4 destPath = destPath.concat(srcFolder).concat(Character.toString(SEPERATOR));
5 value = "'" + Character.toString((char)val) + "'";
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.