Uses of Class
org.organicdesign.fp.collections.PersistentHashSet.MutableHashSet
-
Packages that use PersistentHashSet.MutableHashSet Package Description org.organicdesign.fp.collections Type-safe versions of immutable collections (mostly from Clojure), plus unmodifiable and immutable collection interfaces that fit these collections into the java.util interfaces. -
-
Uses of PersistentHashSet.MutableHashSet in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return PersistentHashSet.MutableHashSet Modifier and Type Method Description static <E> PersistentHashSet.MutableHashSet<E>PersistentHashSet. emptyMutable()Works around some type inference limitations of Java 8.static <E> PersistentHashSet.MutableHashSet<E>PersistentHashSet. emptyMutable(Equator<E> eq)Works around some type inference limitations of Java 8.PersistentHashSet.MutableHashSet<E>PersistentHashSet. mutable()PersistentHashSet.MutableHashSet<E>PersistentHashSet.MutableHashSet. put(E val)PersistentHashSet.MutableHashSet<E>PersistentHashSet.MutableHashSet. without(E key)
-