See: Description
Interface | Description |
---|---|
DirtyTracker |
Interface to be implemented by dirty trackers, a simplified Set of String.
|
Class | Description |
---|---|
CompositeOwnerTracker |
small low memory class to keep references to composite owners
|
SimpleCollectionTracker |
small low memory class to keep track of the number of elements in a collection
|
SimpleFieldTracker |
small low memory class to keep track of changed fields
uses an array as a set (under the assumption that the number of elements will be low) to avoid having to instantiate an HashSet.
|
SortedFieldTracker |
small low memory class to keep track of changed fields
similar to BasicTracker but where the array is kept ordered to reduce the cost of verifying duplicates
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.