jp.crestmuse.cmx.math
インタフェース DoubleArray
- すべてのスーパーインタフェース:
- Array, Encodable
- 既知の実装クラスの一覧:
- AbstractDoubleArrayImpl, DoubleArrayWithTicktime
public interface DoubleArray
- extends Array, Encodable
clone
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- 例外:
java.lang.CloneNotSupportedException
encode
java.lang.String encode()
- 定義:
- インタフェース
Encodable
内の encode
get
double get(int index)
set
void set(int index,
double value)
subarrayX
DoubleArray subarrayX(int from,
int thru)
toArray
double[] toArray()