Uses of Class
ca.odell.glazedlists.PopularityList
-
Packages that use PopularityList Package Description ca.odell.glazedlists -
-
Uses of PopularityList in ca.odell.glazedlists
Methods in ca.odell.glazedlists that return PopularityList Modifier and Type Method Description static <E extends java.lang.Comparable<? super E>>
PopularityList<E>PopularityList. create(EventList<E> source)
Creates a newPopularityList
that provides frequency-ranking for the specifiedEventList
.
-