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