Kollections
2.0.16
common
js
nonJs
kollections-interoperable
/
kollections.internal
Package-level
declarations
Types
Types
Abstract
Collection
Link copied to clipboard
abstract
class
AbstractCollection
<
E
>
:
AbstractIterable
<
E
>
,
Collection
<
E
>
Abstract
Iterable
Link copied to clipboard
common
js
nonJs
expect
abstract
class
AbstractIterable
<
out
E
>
:
Iterable
<
E
>
actual
abstract
class
AbstractIterable
<
out
E
>
:
Iterable
<
E
>
actual
abstract
class
AbstractIterable
<
out
E
>
:
Iterable
<
E
>
Queue
Link copied to clipboard
class
Queue
<
E
>
(
list
:
MutableList
<
E
>
)
:
AbstractCollection
<
E
>
,
MutableList
<
E
>