Uses of Class
edu.rice.cs.plt.iter.ImmutableIterable

Packages that use ImmutableIterable
edu.rice.cs.plt.iter A collection of implementations of Iterable and Iterator
 

Uses of ImmutableIterable in edu.rice.cs.plt.iter
 

Methods in edu.rice.cs.plt.iter that return ImmutableIterable
static
<T> ImmutableIterable<T>
IterUtil.immutable(Iterable<? extends T> iter)
          Produce an ImmutableIterable with the given iterable.
static
<T> ImmutableIterable<T>
ImmutableIterable.make(Iterable<? extends T> iterable)
          Call the constructor (allows T to be inferred)