jp.crestmuse.cmx.math
クラス AbstractDoubleArrayImpl
java.lang.Object
jp.crestmuse.cmx.math.AbstractDoubleArrayImpl
- すべての実装されたインタフェース:
- java.lang.Cloneable, Array, DoubleArray, Encodable
public abstract class AbstractDoubleArrayImpl
- extends java.lang.Object
- implements DoubleArray, java.lang.Cloneable
クラス java.lang.Object から継承されたメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDoubleArrayImpl
public AbstractDoubleArrayImpl()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- 定義:
- インタフェース
DoubleArray
内の clone
- オーバーライド:
- クラス
java.lang.Object
内の clone
- 例外:
java.lang.CloneNotSupportedException
encode
public java.lang.String encode()
- 定義:
- インタフェース
DoubleArray
内の encode
- 定義:
- インタフェース
Encodable
内の encode
subarrayX
public DoubleArray subarrayX(int from,
int thru)
- 定義:
- インタフェース
DoubleArray
内の subarrayX
toArray
public double[] toArray()
- 定義:
- インタフェース
DoubleArray
内の toArray