Package | Description |
---|---|
org.uberfire.commons.data |
Modifier and Type | Method and Description |
---|---|
static Pair.PairEqualsMode |
Pair.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.
|
Modifier and Type | Method and Description |
---|---|
static <K1,K2> Pair<K1,K2> |
Pair.newPair(K1 k1,
K2 k2,
Pair.PairEqualsMode equalsMode)
static factory method
|
Constructor and Description |
---|
Pair(K1 k1,
K2 k2,
Pair.PairEqualsMode equalsMode)
Creates a new pair using the two keys provided.
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.