- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkVertices (0.09 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
nV = 1; } checkVertices(nV); int nE = nVertices; if (nEdges <= nV) { nE = 2 * nE; } checkEdges(nE); } private void checkVertices() { checkVertices(DEFAULT_VERTICES); } private void checkVertices(int nVertices) { if (vertices == null) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.1K bytes - Viewed (0)