simple-jdbc-stats
Toggle table of contents
2.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
simple-jdbc-stats
simple-jdbc-stats
/
nl.astraeus.jdbc
/
MaxSizeArray
Max
Size
Array
class
MaxSizeArray
<
T
>
(
maxSize
:
Int
)
Members
Constructors
Max
Size
Array
Link copied to clipboard
constructor
(
maxSize
:
Int
)
Properties
count
Link copied to clipboard
var
count
:
Int
Functions
add
Link copied to clipboard
fun
add
(
element
:
T
)
clear
Link copied to clipboard
fun
clear
(
)
elements
Link copied to clipboard
fun
elements
(
)
:
List
<
T
>
full
Link copied to clipboard
fun
full
(
)
:
Boolean
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
T
oldest
Link copied to clipboard
fun
oldest
(
)
:
T
?