- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isEmptyEdges (0.73 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
public boolean isEmpty() { return entry == null || vertices == null || vertices.isEmpty(); } // ------------------------------------------------------------------------ public boolean isEmptyEdges() { return isEmpty() || incidentEdges == null || incidentEdges.isEmpty(); } // ------------------------------------------------------------------------ @Override public String toString() {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 13K bytes - Viewed (0)