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


コンストラクタの概要
SPDoubleArray(DoubleArray array)
           
 
メソッドの概要
 java.lang.Object clone()
           
 java.lang.String encode()
           
 double get(int index)
           
 int length()
           
 void set(int index, double value)
           
 DoubleArray subarrayX(int from, int thru)
           
 double[] toArray()
           
 
クラス 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