mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Correction to IntDict reference for values() method
This commit is contained in:
@@ -253,7 +253,7 @@ public class IntDict {
|
||||
|
||||
/**
|
||||
* @webref intdict:method
|
||||
* @brief Return the internal array being used to store the keys
|
||||
* @brief Return the internal array being used to store the values
|
||||
*/
|
||||
public Iterable<Integer> values() {
|
||||
return new Iterable<Integer>() {
|
||||
|
||||
Reference in New Issue
Block a user