Class IntegerMultiSet


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

      Constructors 
      Constructor Description
      IntegerMultiSet()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <V> gnu.trove.map.TIntLongMap create​(MultiSet<V> multiSet, Graph<V> graph)  
      static gnu.trove.map.TIntLongMap createEmpty()  
      • Methods inherited from class java.lang.Object

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

      • IntegerMultiSet

        public IntegerMultiSet()
    • Method Detail

      • createEmpty

        public static gnu.trove.map.TIntLongMap createEmpty()
      • create

        public static <V> gnu.trove.map.TIntLongMap create​(MultiSet<V> multiSet,
                                                           Graph<V> graph)