| 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 java.util.List |
Utilities.partialSort(java.util.List l,
java.util.Comparator c,
boolean stable) |
Deprecated.
Deprecated in favor of the potentially much faster (and possibly more correct)
Utilities.topologicalSort(java.util.Collection<? extends T>, java.util.Map<? super T, ? extends java.util.Collection<? extends T>>). |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.