Package org.gnome.gtk

Class MultiSorter<T extends GObject>

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

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