public final class PCollections
extends Object
-
Method Summary
static <E,
V> PMap<E,V>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
emptySet
public static <E> PSet<E> emptySet()
-
emptyMap
public static <E,
V> PMap<E,V> emptyMap()
-
emptyStack
public static <E> PStack<E> emptyStack()