@groovy.transform.CompileStatic class DirtyCheckingList extends DirtyCheckingCollection implements java.util.List
Wrapper list to dirty check a list and mark a parent as dirty
Type | Name and description |
---|---|
java.util.List |
target |
Properties inherited from class | Properties |
---|---|
class DirtyCheckingCollection |
originalSize, parent, property, target |
Constructor and description |
---|
DirtyCheckingList(java.util.List 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