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

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

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

Methods in edu.rice.cs.plt.collect that return ImmutableSet
static
<T> ImmutableSet<T>
ImmutableSet.make(Set<? extends T> set)
          Call the constructor (allows T to be inferred).