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

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

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

Methods in edu.rice.cs.plt.collect that return SingletonSet
static
<E> SingletonSet<E>
SingletonSet.make(E element)
          Call the constructor (allows E to be inferred)
static
<T> SingletonSet<T>
CollectUtil.singleton(T elt)
          Create an immutable singleton set.
 

Methods in edu.rice.cs.plt.collect that return types with arguments of type SingletonSet
static
<T> Lambda<T,SingletonSet<T>>
SingletonSet.factory()