Package org.gnome.gtk

Class MultiSorter

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

@Generated("io.github.jwharm.JavaGI") public class MultiSorter extends Sorter implements ListModel<Sorter>, Buildable, ListModelJavaListMutable<Sorter>
GtkMultiSorter 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.