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

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

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

Methods in edu.rice.cs.plt.collect that return ImmutableMap
static
<K,V> ImmutableMap<K,V>
ImmutableMap.make(Map<? extends K,? extends V> map)
          Call the constructor (allows K and V to be inferred).