jp.crestmuse.cmx.amusaj.sp
クラス DoubleArrayWithTicktime
java.lang.Object
jp.crestmuse.cmx.amusaj.sp.DoubleArrayWithTicktime
- すべての実装されたインタフェース:
- Array, DoubleArray, Encodable
public class DoubleArrayWithTicktime
- extends java.lang.Object
- implements DoubleArray
クラス java.lang.Object から継承されたメソッド |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
music_position
public long music_position
DoubleArrayWithTicktime
public DoubleArrayWithTicktime(DoubleArray array,
long position)
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
get
public double get(int index)
- 定義:
- インタフェース
DoubleArray
内の get
length
public int length()
- 定義:
- インタフェース
Array
内の length
set
public void set(int index,
double value)
- 定義:
- インタフェース
DoubleArray
内の set
subarrayX
public DoubleArray subarrayX(int from,
int thru)
- 定義:
- インタフェース
DoubleArray
内の subarrayX
toArray
public double[] toArray()
- 定義:
- インタフェース
DoubleArray
内の toArray