Uses of Class
com.clumd.projects.java_common_utils.models.Pair
Packages that use Pair
-
Uses of Pair in com.clumd.projects.java_common_utils.models
Subclasses of Pair in com.clumd.projects.java_common_utils.modelsModifier and TypeClassDescriptionclassImmutablePair<L extends Serializable,R extends Serializable> An instance ofPair, but where the values are immutable, and references cannot be changed once set.Methods in com.clumd.projects.java_common_utils.models that return PairModifier and TypeMethodDescriptionstatic <L extends Serializable,R extends Serializable>
Pair<L,R> ImmutablePair.of(L left, R right) static <L extends Serializable,R extends Serializable>
Pair<L,R> Pair.of(L left, R right)