Class Sample<T extends Serializable>

    • Constructor Detail

      • Sample

        public Sample​(long timestamp,
                      T sample)
    • Method Detail

      • getSample

        public T getSample()
      • getTimestamp

        public long getTimestamp()
        Returns:
        The sample time in milliseconds
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object