Uses of Class
me.sbasalaev.collection.MutableSet
Packages that use MutableSet
-
Uses of MutableSet in me.sbasalaev.collection
Methods in me.sbasalaev.collection that return MutableSetModifier and TypeMethodDescriptionstatic <T> MutableSet<T> MutableSet.empty()Returns new mutable set that is initially empty.static <T> MutableSet<T> MutableSet.of(Collection<? extends T> elements) Returns new mutable set that initially contains given elements.static <T> MutableSet<T> MutableSet.of(T... elements) Returns new mutable set that initially contains given elements.