- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for MetadataGraphNode (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-compat/src/main/java/org/apache/maven/repository/MetadataGraph.java
/** all graph nodes */ Collection<MetadataGraphNode> nodes; /** entry point for tree-like structures */ MetadataGraphNode entry; public MetadataGraph(MetadataGraphNode entry) { this(); this.entry = entry; } public MetadataGraph() { nodes = new ArrayList<>(64); } public void addNode(MetadataGraphNode node) { nodes.add(node); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2K bytes - Click Count (0)