|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.math.DoubleArrayFactory
jp.crestmuse.cmx.math.DefaultDoubleArrayFactory
public class DefaultDoubleArrayFactory
コンストラクタの概要 | |
---|---|
DefaultDoubleArrayFactory()
|
メソッドの概要 | |
---|---|
DoubleArray |
createArray(double[] values)
|
DoubleArray |
createArray(int length)
|
DoubleArray |
createArray(int length,
double value)
|
クラス jp.crestmuse.cmx.math.DoubleArrayFactory から継承されたメソッド |
---|
getFactory |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public DefaultDoubleArrayFactory()
メソッドの詳細 |
---|
public DoubleArray createArray(int length)
DoubleArrayFactory
内の createArray
public DoubleArray createArray(double[] values)
DoubleArrayFactory
内の createArray
public DoubleArray createArray(int length, double value)
DoubleArrayFactory
内の createArray
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |