Uses of Class
fj.data.HashSet
Packages that use HashSet
-
Uses of HashSet in fj.data
Modifier and TypeMethodDescriptionstatic <A> HashSet<A> HashSet.arrayHashSet(A... as) Create a HashSet from the array.static <A> HashSet<A> HashSet.arrayHashSet(Equal<A> e, Hash<A> h, A... as) Create a HashSet from the array.static <A> HashSet<A> HashSet.empty()Creates an empty HashSetstatic <A> HashSet<A> Creates a new HashSet using the given Equal and Hashstatic <A> HashSet<A> static <A> HashSet<A> HashSet.hashSet(A... as) Create a HashSet from the array.static <A> HashSet<A> Create a HashSet from the array.static <A> HashSet<A> HashSet.iterableHashSet(Equal<A> e, Hash<A> h, Iterable<A> it) Create a HashSet from the Iterable.static <A> HashSet<A> HashSet.iterableHashSet(Iterable<A> it) Create a HashSet from the Iterable.static <A> HashSet<A> HashSet.iteratorHashSet(Equal<A> e, Hash<A> h, Iterator<A> it) Create a HashSet from the Iterator.static <A> HashSet<A> HashSet.iteratorHashSet(Iterator<A> it) Create a HashSet from the Iterator.