Kie Commons Data 6.0.0.CR4

Uses of Class
org.kie.commons.data.Pair.PairEqualsMode

Packages that use Pair.PairEqualsMode
org.kie.commons.data   
 

Uses of Pair.PairEqualsMode in org.kie.commons.data
 

Methods in org.kie.commons.data that return Pair.PairEqualsMode
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.
 

Methods in org.kie.commons.data with parameters of type Pair.PairEqualsMode
static
<K1,K2> Pair<K1,K2>
Pair.newPair(K1 k1, K2 k2, Pair.PairEqualsMode equalsMode)
          static factory method
 

Constructors in org.kie.commons.data with parameters of type Pair.PairEqualsMode
Pair(K1 k1, K2 k2, Pair.PairEqualsMode equalsMode)
          Creates a new pair using the two keys provided.
 


Kie Commons Data 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.