public abstract static class Series.Int extends Series.Discrete
Series.Discrete, Series.Int, Series.Lines, Series.Range, Series.Separator
Constructor and Description |
---|
Int() |
Modifier and Type | Method and Description |
---|---|
Series.Int |
merge(boolean keepShared,
Series s2)
Merge the outputs of 'this' and 's2' in ascending order.
|
Series.Int |
merge(Series s2)
merge(true,s2) , i.e.,
keep elements shared by 'this' and 's2'. |
asInt, elt_n, elt
public Series.Int merge(Series s2)
Series
merge(true,s2)
, i.e.,
keep elements shared by 'this' and 's2'.merge
in class Series.Discrete
public Series.Int merge(boolean keepShared, Series s2)
Series
merge
in class Series.Discrete