Uses of Class
ca.odell.glazedlists.GroupingList
-
Packages that use GroupingList Package Description ca.odell.glazedlists -
-
Uses of GroupingList in ca.odell.glazedlists
Methods in ca.odell.glazedlists that return GroupingList Modifier and Type Method Description static <E extends java.lang.Comparable<? super E>>
GroupingList<E>GroupingList. create(EventList<E> source)
Creates aGroupingList
that determines groupings via theComparable
interface which all elements of thesource
are assumed to implement.
-