Package org.gnome.gtk

Class MultiSorter

java.lang.Object
All Implemented Interfaces:
Iterable<Sorter>, Collection<Sorter>, List<Sorter>, SequencedCollection<Sorter>, ListModel<Sorter>, Buildable, Proxy, ListModelJavaList<Sorter>, ListModelJavaListMutable<Sorter>

@Generated("io.github.jwharm.JavaGI") public class MultiSorter extends Sorter implements ListModel<Sorter>, Buildable, ListModelJavaListMutable<Sorter>
Combines multiple sorters by trying them in turn.

If the first sorter compares two items as equal, the second is tried next, and so on.