@groovy.transform.CompileStatic class DirtyCheckingSortedSet extends DirtyCheckingCollection implements java.util.SortedSet
Dirty checks sorted sets
Modifiers | Name | Description |
---|---|---|
private java.util.SortedSet |
target |
Fields inherited from class | Fields |
---|---|
class DirtyCheckingCollection |
originalSize, parent, property, target |
Type | Name and description |
---|---|
java.util.SortedSet |
target |
Constructor and description |
---|
DirtyCheckingSortedSet
(java.util.SortedSet 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