Package | Description |
---|---|
org.hibernate.envers.internal.tools.graph |
Modifier and Type | Method and Description |
---|---|
List<Vertex<R>> |
Vertex.getNeighbours() |
Modifier and Type | Method and Description |
---|---|
void |
Vertex.addNeighbour(Vertex<R> n) |
Modifier and Type | Method and Description |
---|---|
List<R> |
TopologicalSort.sort(Collection<Vertex<R>> vertices) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.