toggle menu
HaishinKit
androidJvm
switch theme
search in API
haishinkit
/
com.haishinkit.amf
/
AmfEcmaArray
Amf
Ecma
Array
class
AmfEcmaArray
(
list
:
List
<
Any
?
>
?
=
null
)
:
Iterable
<
String
>
An object that represents the AMF0 ECMA Array type.
2.10 ECMA Array Type.
Members
Constructors
Amf
Ecma
Array
Link copied to clipboard
constructor
(
list
:
List
<
Any
?
>
?
=
null
)
Properties
size
Link copied to clipboard
val
size
:
Int
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
Consumer
<
in
String
>
)
get
Link copied to clipboard
operator
fun
get
(
k
:
String
)
:
Any
?
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
String
>
set
Link copied to clipboard
operator
fun
set
(
k
:
String
,
v
:
Any
?
)
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
String
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String