- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for edgesConnecting_checkReturnedSetMutability (0.15 seconds)
-
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));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 7.4K bytes - Click Count (0)