Uses of Class
org.organicdesign.fp.collections.PersistentHashSet.MutHashSet
-
Packages that use PersistentHashSet.MutHashSet 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.MutHashSet in org.organicdesign.fp.collections
Methods in org.organicdesign.fp.collections that return PersistentHashSet.MutHashSet Modifier and Type Method Description static <E> PersistentHashSet.MutHashSet<E>PersistentHashSet. emptyMutable()Works around some type inference limitations of Java 8.static <E> PersistentHashSet.MutHashSet<E>PersistentHashSet. emptyMutable(Equator<E> eq)Works around some type inference limitations of Java 8.@NotNull PersistentHashSet.MutHashSet<E>PersistentHashSet. mutable()@NotNull PersistentHashSet.MutHashSet<E>PersistentHashSet.MutHashSet. put(E val)@NotNull PersistentHashSet.MutHashSet<E>PersistentHashSet.MutHashSet. without(E key)
-