toggle menu
dexkit-android
androidJvm
switch theme
search in API
dexkit-android
/
org.luckypray.dexkit.query.matchers.base
/
IntRange
Int
Range
class
IntRange
:
BaseQuery
Members
Constructors
Int
Range
Link copied to clipboard
constructor
(
value
:
Int
)
constructor
(
min
:
Int
=
0
,
max
:
Int
=
Int.MAX_VALUE
)
constructor
(
range
:
IntRange
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Link copied to clipboard
var
max
:
Int
min
Link copied to clipboard
var
min
:
Int