- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for edgeCount (0.05 seconds)
-
android/guava/src/com/google/common/graph/StandardValueGraph.java
(nodeConnections instanceof TreeMap) ? new MapRetrievalCache<>(nodeConnections) : new MapIteratorCache<>(nodeConnections); this.edgeCount = checkNonNegative(edgeCount); } @Override public Set<N> nodes() { return nodeConnections.unmodifiableKeySet(); } @Override public boolean isDirected() { return isDirected; } @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Apr 02 14:49:41 GMT 2026 - 6K bytes - Click Count (0)