mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
Update StringList.java
This commit is contained in:
@@ -657,6 +657,7 @@ public class StringList implements Iterable<String> {
|
||||
|
||||
public void remove() {
|
||||
StringList.this.remove(index);
|
||||
index--;
|
||||
}
|
||||
|
||||
public String next() {
|
||||
@@ -768,4 +769,4 @@ public class StringList implements Iterable<String> {
|
||||
sb.append(" ]");
|
||||
return sb.toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user