类 SortedFieldTracker

  • 所有已实现的接口:
    DirtyTracker

    public final class SortedFieldTracker
    extends Object
    implements DirtyTracker
    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
    作者:
    Luis Barreiro