public final class Empty extends Object
public static <E> PStack<E> stack()
public static <E> PQueue<E> queue()
public static <E> PVector<E> vector()
public static <E> PSet<E> set()
public static <E> POrderedSet<E> orderedSet()
public static <E> PBag<E> bag()
public static <K,V> PMap<K,V> map()
Copyright © 2014. All rights reserved.