Uses of Enum Class
de.renebergelt.quiterables.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in de.renebergelt.quiterables
Methods in de.renebergelt.quiterables that return SortOrder -
Uses of SortOrder in de.renebergelt.quiterables.iterators
Methods in de.renebergelt.quiterables.iterators with parameters of type SortOrderModifier and TypeMethodDescriptionvoidLazyOrderIterable.addSecondaryOrderFunction(ItemFunc<T,Comparable> func, SortOrder sortOrder)Adds a secondary ordering function which is used to compare elements for which all previous ordering functions return "equal"<TComparable>
voidLazyOrderIterable.addSecondaryOrderFunction(ItemFunc<T,TComparable> func, Comparator<TComparable> comparator, SortOrder sortOrder)Add a secondary ordering function which is used to compare elements for which all previous ordering functions return "equal"Constructors in de.renebergelt.quiterables.iterators with parameters of type SortOrderModifierConstructorDescriptionLazyOrderIterable(Iterable<T> _wrapped, ItemFunc<T,Comparable> valueFunc, SortOrder sortOrder)Creates a LazyOrderIterable which uses the default ComparatorLazyOrderIterable(Iterable<T> _wrapped, ItemFunc<T,TComparable> valueFunc, Comparator comparator, SortOrder sortOrder)Create a new lazy order iterable which wraps the given iterable