cpg-analysis
5.0.0
cpg-analysis
/
de.fraunhofer.aisec.cpg.analysis
/
ConcreteNumberSet
Concrete
Number
Set
class
ConcreteNumberSet
(
var
values
:
MutableSet
<
Long
>
=
mutableSetOf()
)
:
NumberSet
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Concrete
Number
Set
Link copied to clipboard
fun
ConcreteNumberSet
(
values
:
MutableSet
<
Long
>
=
mutableSetOf()
)
Content copied to clipboard
Functions
add
Value
Link copied to clipboard
open
override
fun
addValue
(
value
:
Long
)
Content copied to clipboard
clear
Link copied to clipboard
open
override
fun
clear
(
)
Content copied to clipboard
max
Link copied to clipboard
open
override
fun
max
(
)
:
Long
Content copied to clipboard
maybe
Link copied to clipboard
open
override
fun
maybe
(
value
:
Long
)
:
Boolean
Content copied to clipboard
min
Link copied to clipboard
open
override
fun
min
(
)
:
Long
Content copied to clipboard
Properties
values
Link copied to clipboard
var
values
:
MutableSet
<
Long
>
Content copied to clipboard