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 aGroupingListthat determines groupings via theComparableinterface which all elements of thesourceare assumed to implement.
-