mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
Add keys() to the Dictionary data classes
This commit is contained in:
@@ -224,6 +224,12 @@ public class IntDict {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the internal array being used to store the keys.
|
||||
*
|
||||
* @webref intdict:method
|
||||
* @webBrief Return the internal array being used to store the keys
|
||||
*/
|
||||
public Iterable<String> keys() {
|
||||
return new Iterable<String>() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user