- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for removeVertex (0.19 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
if (!inList.contains(e)) { inList.add(e); } return this; } // ------------------------------------------------------------------------ public MetadataGraph removeVertex(MetadataGraphVertex v) { if (vertices != null && v != null) { vertices.remove(v); } if (incidentEdges != null) { incidentEdges.remove(v); }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 13K bytes - Click Count (0)