A
- public interface LigandSorter<A>
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<Ligand<A>>> |
getGroups(java.util.List<Ligand<A>> sorted) |
Priority |
prioritise(java.util.List<Ligand<A>> ligands)
Sorts the provided ligands and indicates if all the ligands are different (i.e.
|
Priority prioritise(java.util.List<Ligand<A>> ligands)
Collections.sort(java.util.List)
performs an ascending order sort.ligands
- the ligands that will be sorted