@groovy.transform.CompileStatic class DirtyCheckingSet extends DirtyCheckingCollection implements java.util.Set
Wrapper list to dirty check a list and mark a parent as dirty
| Modifiers | Name | Description |
|---|---|---|
private java.util.Set |
target |
| Fields inherited from class | Fields |
|---|---|
class DirtyCheckingCollection |
originalSize, parent, property, target |
| Type | Name and description |
|---|---|
java.util.Set |
target |
| Constructor and description |
|---|
DirtyCheckingSet
(java.util.Set target, DirtyCheckable parent, java.lang.String property) |
| Methods inherited from class | Name |
|---|---|
class DirtyCheckingCollection |
add, addAll, clear, hasChanged, hasChangedElements, hasChangedSize, hasGrown, hasShrunk, remove, removeAll |
Groovy Documentation