public abstract static class Series.Discrete extends Series
Series.Discrete, Series.Int, Series.Lines, Series.Range, Series.Separator
Modifier and Type | Method and Description |
---|---|
Series.Int |
asInt()
Treat 'this' Series.Discrete as a
Series.Int . |
abstract int |
elt_n()
The current element's int "code".
|
Value.Discrete |
elt()
See
elt_n() . |
Series.Discrete |
merge(boolean keepShared,
Series s)
Merge the outputs of 'this' and 's2' in ascending order.
|
Series.Discrete |
merge(Series s2)
merge(true,s2) , i.e.,
keep elements shared by 'this' and 's2'. |
public Discrete(Type t)
public abstract int elt_n()
public Value.Discrete elt()
elt_n()
.public Series.Discrete merge(Series s2)
Series
merge(true,s2)
, i.e.,
keep elements shared by 'this' and 's2'.public Series.Discrete merge(boolean keepShared, Series s)
Series
public Series.Int asInt()
Series.Int
.