- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for MetadataGraph (0.1 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/metadata/MetadataGraph.java
/** * init graph */ public MetadataGraph(int nVertices) { init(nVertices, 2 * nVertices); } public MetadataGraph(int nVertices, int nEdges) { init(nVertices, nEdges); } // ------------------------------------------------------------------------ /** * construct a single vertex */ public MetadataGraph(MetadataGraphVertex entry) throws MetadataResolutionException {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 13K bytes - Click Count (0)