org.gephi.data.attributes.type
Class DoubleList
java.lang.Object
org.gephi.data.attributes.type.AbstractList<T>
org.gephi.data.attributes.type.NumberList<java.lang.Double>
org.gephi.data.attributes.type.DoubleList
public final class DoubleList
- extends NumberList<java.lang.Double>
Complex type that define a list of Double items. Can be created from a double
array, from a Double array or from single string using either given or default separators.
- Author:
- Martin Ć kurla
Constructor Summary |
DoubleList(double[] primitiveDoubleArray)
|
DoubleList(java.lang.Double[] wrapperDoubleArray)
|
DoubleList(java.lang.String input)
|
DoubleList(java.lang.String input,
java.lang.String separator)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DoubleList
public DoubleList(double[] primitiveDoubleArray)
DoubleList
public DoubleList(java.lang.Double[] wrapperDoubleArray)
DoubleList
public DoubleList(java.lang.String input)
DoubleList
public DoubleList(java.lang.String input,
java.lang.String separator)