@CompileStatic class DirtyCheckingList extends DirtyCheckingCollection implements List
Wrapper list to dirty check a list and mark a parent as dirty
| Properties inherited from class | Properties |
|---|---|
class DirtyCheckingCollection |
originalSize, parent, property, target |
| Constructor and description |
|---|
DirtyCheckingList(List target, DirtyCheckable parent, String property) |
| Methods inherited from class | Name |
|---|---|
class DirtyCheckingCollection |
add, addAll, clear, hasChanged, hasChangedElements, hasChangedSize, hasGrown, hasShrunk, remove, removeAll |
Groovy Documentation