MutableTimestampedList

Properties

Link copied to clipboard
abstract override var buffer: Long
Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
abstract fun add(value: T)
Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun getLast(ms: Long): List<T>
Link copied to clipboard
open operator fun plusAssign(value: T)