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

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

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

Methods in edu.rice.cs.plt.iter that return SingletonIterable
static
<T> SingletonIterable<T>
SingletonIterable.make(T element)
          Call the constructor (allows T to be inferred)
static
<T> SingletonIterable<T>
IterUtil.singleton(T value)
          Create a SingletonIterable; equivalent to IterUtil.make(Object).