Interface DependencyGraph.Item<I extends DependencyGraph.Item<I>>

Enclosing class:
DependencyGraph<X>

public static interface DependencyGraph.Item<I extends DependencyGraph.Item<I>>
An item that can tell us about its dependencies.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Collection<I>
    Returns the items that this item depends on.
  • Method Details

    • getDependencies

      @NotNull @NotNull Collection<I> getDependencies()
      Returns the items that this item depends on.