toggle menu
Cuttlefish Documentation
Cuttlefish
switch theme
search in API
Cuttlefish
/
com.roboctopi.cuttlefish.utils
/
RingBuffer
Ring
Buffer
class
RingBuffer
(
val
length
:
Int
)
Members
Constructors
Ring
Buffer
Link copied to clipboard
constructor
(
length
:
Int
)
Properties
length
Link copied to clipboard
val
length
:
Int
Functions
add
Link copied to clipboard
fun
add
(
value
:
Double
)
get
Link copied to clipboard
fun
get
(
index
:
Int
)
:
Double
set
Link copied to clipboard
fun
set
(
value
:
Double
,
index
:
Int
)