| 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> java.util.List<T> |
BaseUtilities.topologicalSort(java.util.Collection<? extends T> c,
java.util.Map<? super T,? extends java.util.Collection<? extends T>> edges) |
Topologically sort some objects.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.