public interface ISeriesVisitor
Modifier and Type | Method and Description |
---|---|
boolean |
each(Series s,
int i,
com.ibm.json.java.JSONObject point)
called for each item in the Series.
|
boolean each(Series s, int i, com.ibm.json.java.JSONObject point)
s
- i
- point
-