Class DependencyRecorder<T>


  • public class DependencyRecorder<T>
    extends Object
    • Constructor Detail

      • DependencyRecorder

        public DependencyRecorder()
    • Method Detail

      • rebuild

        public void rebuild​(T t,
                            Runnable r)
      • remove

        public void remove​(T t)
      • getDependencies

        public Set<SNode> getDependencies​(T t)
      • getDependOn

        public Set<T> getDependOn​(SNode n)