We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6d802 commit b69ba8aCopy full SHA for b69ba8a
1 file changed
java/examples/Topics/Advanced Data/CountingStrings/CountingStrings.pde
@@ -2,11 +2,11 @@
2
* CountingString example
3
* by Daniel Shiffman.
4
*
5
- * This example demonstrates how to use a StringHash to store
+ * This example demonstrates how to use a IntHash to store
6
* a number associated with a String. Java HashMaps can also
7
- * be used for this, however, this example uses the simple StringHash
8
- * class offered by Processing's data package.
9
-
+ * be used for this, however, this example uses the IntHash
+ * class offered by Processing's data package for simplicity
+ * and added functionality.
10
*/
11
12
// The next line is needed if running in JavaScript Mode with Processing.js
0 commit comments