Uses of Package
util.collection

Packages that use util.collection
  • Class
    Description
    Graph is a generic class representing a graph data structure with nodes and weighted edges.
    Edge represents a connection between two nodes in the graph, possibly with a weight and additional properties.
    Tree is a generic class representing a tree data structure with nodes and children.
  • Classes in util.collection used by util
    Class
    Description
    Edge represents a connection between two nodes in the graph, possibly with a weight and additional properties.
  • Classes in util.collection used by util.collection
    Class
    Description
    Edge represents a connection between two nodes in the graph, possibly with a weight and additional properties.
    TreeNode represents a node in the tree, holding a value and a list of children.