Sample

public interface Sample<T extends Comparable<T>, V> implements Comparable<T>

The basic interface to represent timed samples.

Parameters

<T>

The time domain of interest, typically a Number

<V>

The value domain of interest

Inheritors

Functions

Link copied to clipboard
public int compareTo(Sample<T, V> other)
Link copied to clipboard
public abstract T getStart()
Link copied to clipboard
public abstract V getValue()