Uses of Class
org.uberfire.commons.data.Pair.PairEqualsMode
-
Packages that use Pair.PairEqualsMode Package Description org.uberfire.commons.data -
-
Uses of Pair.PairEqualsMode in org.uberfire.commons.data
Methods in org.uberfire.commons.data that return Pair.PairEqualsMode Modifier and Type Method Description static Pair.PairEqualsModePair.PairEqualsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Pair.PairEqualsMode[]Pair.PairEqualsMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.commons.data with parameters of type Pair.PairEqualsMode Modifier and Type Method Description static <K1,K2>
Pair<K1,K2>Pair. newPair(K1 k1, K2 k2, Pair.PairEqualsMode equalsMode)static factory methodConstructors in org.uberfire.commons.data with parameters of type Pair.PairEqualsMode Constructor Description Pair(K1 k1, K2 k2, Pair.PairEqualsMode equalsMode)Creates a new pair using the two keys provided.
-