Uses of Class
com.github.andrewoma.dexx.collection.HashSet
-
Packages that use HashSet Package Description com.github.andrewoma.dexx.collection Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java. -
-
Uses of HashSet in com.github.andrewoma.dexx.collection
Fields in com.github.andrewoma.dexx.collection declared as HashSet Modifier and Type Field Description private static HashSet
HashSet. EMPTY
Methods in com.github.andrewoma.dexx.collection that return HashSet Modifier and Type Method Description @NotNull HashSet<E>
HashSet. add(E value)
static <E> @NotNull HashSet<E>
HashSet. empty()
@NotNull HashSet<E>
HashSet. remove(E value)
Methods in com.github.andrewoma.dexx.collection that return types with arguments of type HashSet Modifier and Type Method Description static <E> @NotNull BuilderFactory<E,HashSet<E>>
HashSet. factory()
-