public class DataIteratorUtil extends java.lang.Object
DataIterator
classes.Constructor and Description |
---|
DataIteratorUtil() |
Modifier and Type | Method and Description |
---|---|
static long |
count(DataIterator it)
Returns the number of element contained in the specified
DataIterator . |
static void |
set(DataIterator it,
double value)
Sets the specified value to the specified
DataIterator . |
public DataIteratorUtil()
public static long count(DataIterator it)
DataIterator
.public static void set(DataIterator it, double value)
DataIterator
.