Package | Description |
---|---|
org.openide.util |
A set of
utility classes
covering a few general infrastructure points in the Open APIs.
|
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
BaseUtilities.topologicalSort(Collection<? extends T> c,
Map<? super T,? extends Collection<? extends T>> edges)
Topologically sort some objects.
|