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