rattle-parent
0.1.1-SNAPSHOT
jvm
rattle-common
/
io.github.aecsocket.rattle.stats
/
MutableTimestampedList
Mutable
Timestamped
List
interface
MutableTimestampedList
<
T
>
:
TimestampedList
<
T
>
Inheritors
TimestampedListImpl
Members
Properties
buffer
Link copied to clipboard
abstract
override
var
buffer
:
Long
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
add
Link copied to clipboard
abstract
fun
add
(
value
:
T
)
clear
Link copied to clipboard
abstract
fun
clear
(
)
get
Last
Link copied to clipboard
abstract
fun
getLast
(
ms
:
Long
)
:
List
<
T
>
plus
Assign
Link copied to clipboard
open
operator
fun
plusAssign
(
value
:
T
)