vc-k
Toggle table of contents
6.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
etsi-data-classes
/
at.asitplus.etsi
/
PostalAddresses
Postal
Addresses
@
Serializable
@
JvmInline
value
class
PostalAddresses
(
list
:
List
<
PostalAddress
>
)
:
List
<
PostalAddress
>
(
source
)
Members
Constructors
Postal
Addresses
Link copied to clipboard
constructor
(
list
:
List
<
PostalAddress
>
)
constructor
(
vararg
elements
:
PostalAddress
)
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
PostalAddress
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
PostalAddress
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
PostalAddress
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
PostalAddress
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
PostalAddress
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
PostalAddress
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
ListIterator
<
PostalAddress
>
open
override
fun
listIterator
(
index
:
Int
)
:
ListIterator
<
PostalAddress
>
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
List
<
PostalAddress
>