toggle menu
korlibs-library-template-root
6.0.0
common
switch theme
search in API
korlibs-simple
/
korlibs.simple
/
SimpleList
Simple
List
class
SimpleList
:
List
<
Int
>
Members
Constructors
Simple
List
Link copied to clipboard
constructor
(
)
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
=
1
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
Int
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
Int
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
Int
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
Int
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Int
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
Int
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
ListIterator
<
Int
>
open
override
fun
listIterator
(
index
:
Int
)
:
ListIterator
<
Int
>
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
List
<
Int
>