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