Iterates over the values of a set of DseValues.
The DseValues that will form the set.
Rest
The number of values returned by a call to next(). A value of one means one value, a value greater than one means an array with that amount of values.
the type of this DseValues.
true if it has another element to return.
the next element.
Resets the iterator.
Iterates over the values of a set of DseValues.
Param: dseValues
The DseValues that will form the set.