Uses of Interface
ru.progrm_jarvis.javacommons.object.MutablePair
Packages that use MutablePair
-
Uses of MutablePair in ru.progrm_jarvis.javacommons.object
Classes in ru.progrm_jarvis.javacommons.object that implement MutablePairMethods in ru.progrm_jarvis.javacommons.object that return MutablePairModifier and TypeMethodDescriptionstatic <F,S> @NotNull MutablePair<F, S> MutablePair.of(F first, S second) Creates a new mutable pair of the given values.