Sample

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

The basic interface to represent timed samples.

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()