- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for edgesConnecting_checkReturnedSetMutability (0.17 sec)
-
android/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java
() -> networkForTest.edgesConnecting(NODE_NOT_IN_GRAPH, NODE_NOT_IN_GRAPH)); assertNodeNotInGraphErrorMessage(e); } @Test public void edgesConnecting_checkReturnedSetMutability() { network.addNode(N1); network.addNode(N2); Set<String> edgesConnecting = network.edgesConnecting(N1, N2); assertThrows(UnsupportedOperationException.class, () -> edgesConnecting.add(E23));
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 7.4K bytes - Viewed (0)