Uses of Class
edu.rice.cs.plt.collect.ConsList.Empty

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

Uses of ConsList.Empty in edu.rice.cs.plt.collect
 

Methods in edu.rice.cs.plt.collect that return ConsList.Empty
static
<T> ConsList.Empty<T>
ConsList.empty()
          Create an empty list (via make())
static
<T> ConsList.Empty<T>
ConsList.Empty.make()
          Creates an empty list.