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

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

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

Fields in edu.rice.cs.plt.collect declared as EmptyMap
static EmptyMap<Object,Object> EmptyMap.INSTANCE
           
 

Methods in edu.rice.cs.plt.collect that return EmptyMap
static
<K,V> EmptyMap<K,V>
CollectUtil.emptyMap()
          Produce an immutable empty map.
static
<K,V> EmptyMap<K,V>
EmptyMap.make()
          Return a singleton, cast to the appropriate type.