public class IdentityDependencyTracker<T,D> extends AbstractDependencyTracker<T,D>
| Constructor and Description |
|---|
IdentityDependencyTracker() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<T,?> |
newTMap() |
protected Set<T> |
newTSet() |
protected String |
toStringD(D d) |
protected String |
toStringT(T t) |
addDependency, addOrDependency, checkAndUpdateIfAllSatisfied, clear, getDependencies, getFirstNewAllSatisfiedMatching, getNewAllSatisfied, getNewAllSatisfiedList, hasDependency, hasNewAllSatisfied, isAllSatisfied, isEmpty, isSatisfied, markSatisfied, removeDependencyprotected Map<T,?> newTMap()
newTMap in class AbstractDependencyTracker<T,D>protected Set<T> newTSet()
newTSet in class AbstractDependencyTracker<T,D>protected String toStringT(T t)
toStringT in class AbstractDependencyTracker<T,D>Copyright © 2021. All rights reserved.