public class Sorting extends Object
| Constructor and Description |
|---|
Sorting() |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceBinding[] |
sortTypes(ReferenceBinding[] types)
Topological sort for types
Guarantee: supertypes come before subtypes.
|
public static ReferenceBinding[] sortTypes(ReferenceBinding[] types)
Copyright © 2013. All rights reserved.