Class QPair<K,V>

Type Parameters:
K - Map key type
V - Map value type
All Implemented Interfaces:
Expression<com.mysema.commons.lang.Pair<K,V>>, FactoryExpression<com.mysema.commons.lang.Pair<K,V>>, Serializable

public final class QPair<K,V> extends ConstructorExpression<com.mysema.commons.lang.Pair<K,V>>
A pair of (Map) key and value
Author:
sasa
See Also: