public class Value
extends java.lang.Object
ValuesEntry.| Constructor and Description |
|---|
Value(long sampleStamp,
java.lang.Object data)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getData()
Gets the data of this Value as object [channelCount].
|
long |
getSamplestamp()
Deprecated.
use getSampleStamp
|
long |
getSampleStamp()
Gets the sample stamp of this Value.
|
void |
setData(java.lang.Object data)
Sets the data of this Values.
|
void |
setSamplestamp(long samplestamp)
Deprecated.
use setSampleStamp
|
void |
setSampleStamp(long sampleStamp)
Sets the sample stamp to this Value
|
public Value(long sampleStamp,
java.lang.Object data)
sampleStamp - point in time determined by sample numberdata - the data as object [channelCount]@Deprecated public long getSamplestamp()
getSampleStamp()@Deprecated public void setSamplestamp(long samplestamp)
samplestamp - setSampleStamp(long)public long getSampleStamp()
public void setSampleStamp(long sampleStamp)
sampleStamp - public java.lang.Object getData()
public void setData(java.lang.Object data)
data - the data of this Valuepublic boolean equals(java.lang.Object o)
equals in class java.lang.Object