Class CollectionDataTracker<T>

java.lang.Object
com.ticxo.modelengine.api.utils.data.tracker.DataTracker<Collection<T>>
com.ticxo.modelengine.api.utils.data.tracker.CollectionDataTracker<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>

public class CollectionDataTracker<T> extends DataTracker<Collection<T>> implements Collection<T>