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 インタフェース内 DoubleArrayclone クラス内 java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String encode()
encode インタフェース内 DoubleArrayencode インタフェース内 Encodablepublic double get(int index)
get インタフェース内 DoubleArraypublic void set(int index,
double value)
set インタフェース内 DoubleArraypublic DoubleArray subarrayX(int from, int thru)
subarrayX インタフェース内 DoubleArraypublic double[] toArray()
toArray インタフェース内 DoubleArray