Package org.apache.calcite.sql.util
Class IdPair<L,R>
java.lang.Object
org.apache.calcite.sql.util.IdPair<L,R>
- Type Parameters:
L
- Left typeR
- Right type
Similar to
Pair
but identity is based
on identity of values.
Also, uses hashCode
algorithm of List
,
not Map.Entry.hashCode()
.
-
Constructor Summary
-
Method Summary