|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerSeries | |
wt.ixb.util | |
wt.series | Defines various Series as used by the
wt.vc package for
Iterated and
Versioned . |
Uses of IntegerSeries in wt.ixb.util |
Methods in wt.ixb.util that return IntegerSeries | |
static IntegerSeries |
IXBVersionHelper.getIterationSeries(int iterationIndex)
utility fn to create a series obj used to set iterations. |
Methods in wt.ixb.util with parameters of type IntegerSeries | |
static int |
IXBVersionHelper.getIterationIndex(IntegerSeries iterationSeries)
|
static Versioned |
IXBVersionHelper.createPreviousIterator(Iterated iteration,
IntegerSeries iterationSeries)
|
Uses of IntegerSeries in wt.series |
Methods in wt.series that return IntegerSeries | |
static IntegerSeries |
IntegerSeries.newIntegerSeries()
Makes a new instance. |
static IntegerSeries |
IntegerSeries.newIntegerSeries(Integer value)
Makes a new instance where the value is set to the given integer. |
Methods in wt.series with parameters of type IntegerSeries | |
protected boolean |
IntegerSeries.readVersion(IntegerSeries thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |