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