net.sf.farrago.fennel.calc
Class CalcRexImplementorTableImpl.DoubleKeyMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<Pair<SqlTypeName,SqlTypeName>,CalcRexImplementor>
          extended by net.sf.farrago.fennel.calc.CalcRexImplementorTableImpl.DoubleKeyMap
All Implemented Interfaces:
Serializable, Cloneable, Map<Pair<SqlTypeName,SqlTypeName>,CalcRexImplementor>
Enclosing class:
CalcRexImplementorTableImpl

static class CalcRexImplementorTableImpl.DoubleKeyMap
extends HashMap<Pair<SqlTypeName,SqlTypeName>,CalcRexImplementor>


Constructor Summary
CalcRexImplementorTableImpl.DoubleKeyMap()
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

CalcRexImplementorTableImpl.DoubleKeyMap

CalcRexImplementorTableImpl.DoubleKeyMap()