Uses of Package
com.luchersol.core.util.collection
Packages that use com.luchersol.core.util.collection
Package
Description
Specialized checkers for Java collection types.
Core utility classes and base abstractions for the Checker framework.
Utility classes for collection operations.
-
Classes in com.luchersol.core.util.collection used by com.luchersol.core.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 com.luchersol.core.util.collection used by com.luchersol.core.utilClassDescriptionEdge represents a connection between two nodes in the graph, possibly with a weight and additional properties.
-
Classes in com.luchersol.core.util.collection used by com.luchersol.core.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.