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

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

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

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

Methods in edu.rice.cs.plt.collect that return EmptySet
static
<T> EmptySet<T>
CollectUtil.emptySet()
          Produce an immutable empty set.
 EmptySet<Map.Entry<K,V>> EmptyMap.entrySet()
           
 EmptySet<K> EmptyMap.keySet()
           
static
<T> EmptySet<T>
EmptySet.make()
          Return a singleton, cast to the appropriate type.
 EmptySet<V> EmptyMap.values()