| 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> |
Utilities.topologicalSort(Collection<T> c,
Map<? super T,? extends Collection<? extends T>> edges)
Topologically sort some objects.
|
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.