Uses of Class
edu.rice.cs.plt.collect.ExternallySortedMultiMap

Packages that use ExternallySortedMultiMap
edu.rice.cs.plt.collect Contains general-purpose extensions to and variations on the java.util collections framework. 
 

Uses of ExternallySortedMultiMap in edu.rice.cs.plt.collect
 

Methods in edu.rice.cs.plt.collect with parameters of type ExternallySortedMultiMap
 boolean ExternallySortedMultiMap.putAll(ExternallySortedMultiMap<? extends K,? extends V,? extends C> map)
          Adds all (key, value) pairs represented by map to this map.