Method toString()
Return type:
java.lang.String
Member of:
java.util.AbstractCollection
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
String val= ((HashSet)modules.get(name)).toString();
2
System.out.println("exception: " + w + " : " + e.toString());
3
System.out.println(testTree.toString());
4
System.out.println("The RelationType Names found in the RelationService: " + relTypeNameList.toString());
5
System.out.println("Got all sections from manifest: " + mysections.toString());
6
System.out.println("we now have 4 books: " + newBookList4.toString());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.