Interface DirtyTracker
- All Known Implementing Classes:
SimpleFieldTracker
,SortedFieldTracker
public interface DirtyTracker
Interface to be implemented by dirty trackers, a simplified Set of String.
-
Method Summary
-
Method Details
-
add
-
contains
-
clear
void clear() -
isEmpty
boolean isEmpty() -
get
String[] get() -
suspend
void suspend(boolean suspend)
-