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

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

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

Subclasses of ImmutableCollection in edu.rice.cs.plt.collect
 class ImmutableSet<T>
          Wraps a set in an immutable interface.
 

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