Interface Tracker<T>

  • All Known Implementing Classes:
    TreeTracker

    public interface Tracker<T>
    • Method Detail

      • resultFor

        T resultFor​(Block block)
      • blockResults

        Map<Block,​T> blockResults()