Uses of Class
me.sbasalaev.collection.MutableList
Packages that use MutableList
-
Uses of MutableList in me.sbasalaev.collection
Methods in me.sbasalaev.collection that return MutableListModifier and TypeMethodDescriptionstatic <T> MutableList<T> MutableList.empty()New mutable list that is initially empty.static <T> MutableList<T> MutableList.of(Collection<? extends T> elements) New mutable list that initially contains given elements.static <T> MutableList<T> MutableList.of(T... elements) New mutable list that initially contains given elements.