toggle menu
moonlight
1.0-SNAPSHOT
jvm
switch theme
search in API
engine
/
io.github.moonlightsuite.moonlight.core.signal
/
Sample
Sample
public
interface
Sample
<
T
extends
Comparable
<
T
>
,
V
>
implements
Comparable
<
T
>
The basic interface to represent timed samples.
Inheritors
Segment
TimeSegment
Members
Functions
compare
To
Link copied to clipboard
public
int
compareTo
(
Sample
<
T
,
V
>
other
)
get
Start
Link copied to clipboard
public
abstract
T
getStart
(
)
get
Value
Link copied to clipboard
public
abstract
V
getValue
(
)