Class Multisets


  • public class Multisets
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Multisets()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> java.util.List<T> countHighest​(Multiset<T> set, int top)  
      static <T> java.util.List<T> sortedDesc​(Multiset<T> set)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Multisets

        public Multisets()
    • Method Detail

      • countHighest

        public static <T> java.util.List<T> countHighest​(Multiset<T> set,
                                                         int top)
      • sortedDesc

        public static <T> java.util.List<T> sortedDesc​(Multiset<T> set)