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 May 5 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.