| Interface | Description | 
|---|---|
| DirtyCheckableCollection | @author Graeme Rocher | 
| Trait | Description | 
|---|---|
| DirtyCheckable | Interface to classes that are able to track changes to their internal state. | 
| Class | Description | 
|---|---|
| DirtyCheckingCollection | Collection capable of marking the parent entity as dirty when it is modified | 
| DirtyCheckingList | Wrapper list to dirty check a list and mark a parent as dirty | 
| DirtyCheckingMap | A map that can be dirty checked | 
| DirtyCheckingSet | Wrapper list to dirty check a list and mark a parent as dirty | 
| DirtyCheckingSortedSet | Dirty checks sorted sets | 
| DirtyCheckingSupport | Support methods for dirty checking |