toggle menu
akkurate
common
switch theme
search in API
akkurate-core
/
dev.nesk.akkurate.constraints
/
ConstraintViolationSet
Constraint
Violation
Set
class
ConstraintViolationSet
:
Set
<
ConstraintViolation
>
Members
Properties
by
Path
Link copied to clipboard
val
byPath
:
Map
<
Path
,
Set
<
ConstraintViolation
>
>
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
element
:
ConstraintViolation
)
:
Boolean
contains
All
Link copied to clipboard
open
override
fun
containsAll
(
elements
:
Collection
<
ConstraintViolation
>
)
:
Boolean
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
ConstraintViolation
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String