public class SuperTypesLastSorter extends Object
Modifier and Type | Method and Description |
---|---|
static List<Field> |
sortSuperTypesLast(Collection<? extends Field> unsortedFields)
Return a new collection with the fields sorted first by name,
then with any fields moved after their supertypes.
|
public static List<Field> sortSuperTypesLast(Collection<? extends Field> unsortedFields)
Copyright © 2024. All rights reserved.