Uses of Class
org.uberfire.commons.data.Pair
-
Packages that use Pair Package Description org.uberfire.commons.data org.uberfire.commons.message -
-
Uses of Pair in org.uberfire.commons.data
Methods in org.uberfire.commons.data that return Pair Modifier and Type Method Description static <K1,K2>
Pair<K1,K2>Pair. newPair(K1 k1, K2 k2)static factory methodstatic <K1,K2>
Pair<K1,K2>Pair. newPair(K1 k1, K2 k2, Pair.PairEqualsMode equalsMode)static factory method -
Uses of Pair in org.uberfire.commons.message
Methods in org.uberfire.commons.message that return Pair Modifier and Type Method Description Pair<MessageType,Map<String,String>>MessageHandler. handleMessage(MessageType type, Map<String,String> content)
-