Uses of Interface
de.renebergelt.quiterables.grouping.Group
Packages that use Group
-
Uses of Group in de.renebergelt.quiterables
Method parameters in de.renebergelt.quiterables with type arguments of type GroupModifier and TypeMethodDescriptionOrderedGroupedQueriable.thenBy(ItemFunc<Group<T>,Comparable> func)<TComparable>
OrderedGroupedQueriable<T>OrderedGroupedQueriable.thenBy(ItemFunc<Group<T>,TComparable> valueFunc, Comparator<TComparable> comparator)OrderedGroupedQueriable.thenByDescending(ItemFunc<Group<T>,Comparable> func)<TComparable>
OrderedGroupedQueriable<T>OrderedGroupedQueriable.thenByDescending(ItemFunc<Group<T>,TComparable> valueFunc, Comparator<TComparable> comparator) -
Uses of Group in de.renebergelt.quiterables.grouping
Methods in de.renebergelt.quiterables.grouping that return GroupModifier and TypeMethodDescriptionGroupedList.elementAt(int index)Return the element at the given position in the listGroupedList.get(int index)GroupedList.get(int) is ambiguous.Return the group with the given group key or null if no such group existsReturn the group with the group key composed of the given elements or null if no such group exists In order to use this function with a single key element of type int, call it like get(new Integer(value))Methods in de.renebergelt.quiterables.grouping with parameters of type GroupMethod parameters in de.renebergelt.quiterables.grouping with type arguments of type GroupModifier and TypeMethodDescriptionGroupedQueriable.distinct(Equivalence<Group<T>> equalityComparer)GroupedQueriable.except(Iterable<Group<T>> elementsToSubtract, Equivalence<Group<T>> equalityComparer)GroupedQueriable.except(Iterable<Group<T>> elementsToSubtract, Equivalence<Group<T>> equalityComparer)GroupedQueriable.intersect(Iterable<Group<T>> intersectWith, Equivalence<Group<T>> equalityComparer)GroupedQueriable.intersect(Iterable<Group<T>> intersectWith, Equivalence<Group<T>> equalityComparer)GroupedQueriable.orderBy(ItemFunc<Group<T>,Comparable> func)<TComparable>
OrderedGroupedQueriable<T>GroupedQueriable.orderBy(ItemFunc<Group<T>,TComparable> valueFunc, Comparator<TComparable> comparator)GroupedQueriable.orderByDescending(ItemFunc<Group<T>,Comparable> func)<TComparable>
OrderedGroupedQueriable<T>GroupedQueriable.orderByDescending(ItemFunc<Group<T>,TComparable> valueFunc, Comparator<TComparable> comparator)