master
Create an `asNetwork()` view for `Graph` and `ValueGraph`.
Use more static imports.
hasEdgeConnecting(): add tests to verify that these methods do not throw if one or both arguments are not present in the graph.
Truthify `graph` tests.
Run `@LargeTest` tests under Android emulators by default.
Address places where [CheckedExceptionNotThrown](https://errorprone.info/bugpattern/CheckedExceptionNotThrown) *would* produce warnings if it were to operate on test code.
Lambdafy some packages, mostly tests.
Remove unnecessary type arguments.
Make `GraphMutationTest` less flaky under Android by reducing work done there.
Explicitly annotate some null-unmarked classes as `@NullUnmarked`.
Use yet more static imports.
Use `EqualsTester` more.
More aggressively throw `NullPointerException` in `common.graph`.
Reduce visibilities of some overrides to match the inherited methods' visibilities.
Address some more counterfactual [CheckedExceptionNotThrown](https://errorprone.info/bugpattern/CheckedExceptionNotThrown) findings.