PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.api.util
/
CircularBuffer
Circular
Buffer
class
CircularBuffer
<
T
>
Members
Constructors
Circular
Buffer
Link copied to clipboard
constructor
(
capacity
:
Int
,
defaultValue
:
T
)
Functions
get
Collection
Link copied to clipboard
open
fun
getCollection
(
)
:
Collection
<
T
>
put
Link copied to clipboard
open
fun
put
(
value
:
T
)