public class DoubleArrayWithTicktime extends java.lang.Object implements DoubleArray
修飾子とタイプ | フィールドと説明 |
---|---|
long |
music_position |
コンストラクタと説明 |
---|
DoubleArrayWithTicktime(DoubleArray array,
long position) |
public DoubleArrayWithTicktime(DoubleArray array, long position)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
インタフェース内 DoubleArray
clone
クラス内 java.lang.Object
java.lang.CloneNotSupportedException
public java.lang.String encode()
encode
インタフェース内 DoubleArray
encode
インタフェース内 Encodable
public double get(int index)
get
インタフェース内 DoubleArray
public void set(int index, double value)
set
インタフェース内 DoubleArray
public DoubleArray subarrayX(int from, int thru)
subarrayX
インタフェース内 DoubleArray
public double[] toArray()
toArray
インタフェース内 DoubleArray