toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.jvmlib
/
com.shakelang.util.jvmlib.infos.attributes
/
AttributeStackMapTableInfo
/
VerificationTypeList
Verification
Type
List
class
VerificationTypeList
(
val
entries
:
MutableList
<
UByte
>
)
:
MutableList
<
UByte
>
(
source
)
Members
Constructors
Verification
Type
List
Link copied to clipboard
constructor
(
entries
:
MutableList
<
UByte
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
entries
Link copied to clipboard
val
entries
:
MutableList
<
UByte
>
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
add
Link copied to clipboard
open
override
fun
add
(
element
:
UByte
)
:
Boolean
open
override
fun
add
(
index
:
Int
,
element
:
UByte
)
add
All
Link copied to clipboard
open
override
fun
addAll
(
elements
:
Collection
<
UByte
>
)
:
Boolean
open
override
fun
addAll
(
index
:
Int
,
elements
:
Collection
<
UByte
>
)
:
Boolean
clear
Link copied to clipboard
open
override
fun
clear
(
)
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
UByte
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
UByte
>
)
:
Boolean
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
UByte
index
Of
Link copied to clipboard
open
override
fun
indexOf
(
element
:
UByte
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
MutableIterator
<
UByte
>
last
Index
Of
Link copied to clipboard
open
override
fun
lastIndexOf
(
element
:
UByte
)
:
Int
list
Iterator
Link copied to clipboard
open
override
fun
listIterator
(
)
:
MutableListIterator
<
UByte
>
open
override
fun
listIterator
(
index
:
Int
)
:
MutableListIterator
<
UByte
>
remove
Link copied to clipboard
open
override
fun
remove
(
element
:
UByte
)
:
Boolean
remove
All
Link copied to clipboard
open
override
fun
removeAll
(
elements
:
Collection
<
UByte
>
)
:
Boolean
remove
At
Link copied to clipboard
open
override
fun
removeAt
(
index
:
Int
)
:
UByte
retain
All
Link copied to clipboard
open
override
fun
retainAll
(
elements
:
Collection
<
UByte
>
)
:
Boolean
set
Link copied to clipboard
open
operator override
fun
set
(
index
:
Int
,
element
:
UByte
)
:
UByte
sub
List
Link copied to clipboard
open
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
MutableList
<
UByte
>
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String