Uses of Package
util.collection
Packages that use util.collection
-
Classes in util.collection used by specialized_checkers.collectionClassDescriptionGraph 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 utilClassDescriptionEdge represents a connection between two nodes in the graph, possibly with a weight and additional properties.
-
Classes in util.collection used by util.collectionClassDescriptionEdge 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.