public class GraphIntegrity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GraphIntegrity.UnsoundGraphException |
Constructor and Description |
---|
GraphIntegrity() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
check(Graph<T> G) |
static void |
printCollection(String string,
Collection<?> c) |
public static <T> void check(Graph<T> G) throws GraphIntegrity.UnsoundGraphException
public static void printCollection(String string, Collection<?> c)
IllegalArgumentException
- if c is null