Uses of Record Class
com.thanlinardos.spring_enterprise_library.tuple.Pair
Packages that use Pair
-
Uses of Pair in com.thanlinardos.spring_enterprise_library.tuple
Methods in com.thanlinardos.spring_enterprise_library.tuple that return PairModifier and TypeMethodDescriptionstatic <S,T> Pair <S, T> Pair.of(S first, T second) Creates a newPairfor the given elements.Methods in com.thanlinardos.spring_enterprise_library.tuple that return types with arguments of type Pair