Class ImmutableGraphNode<T extends GraphNode<T>>

    • Constructor Detail

      • ImmutableGraphNode

        public ImmutableGraphNode()
      • ImmutableGraphNode

        public ImmutableGraphNode​(List<T> children)
    • Method Detail