mondrian.rolap
Class SmartMemberListCache.Key2<T1,T2>

java.lang.Object
  extended by mondrian.rolap.SmartMemberListCache.Key2<T1,T2>
Enclosing class:
SmartMemberListCache<K,V>

static class SmartMemberListCache.Key2<T1,T2>
extends Object

a HashMap key that consists of two components.

 

Field Summary
(package private)  T1 o1
           
(package private)  T2 o2
           
 
Constructor Summary
SmartMemberListCache.Key2(T1 o1, T2 o2)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

o1

T1 o1

o2

T2 o2
Constructor Detail

SmartMemberListCache.Key2

public SmartMemberListCache.Key2(T1 o1,
                                 T2 o2)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

SourceForge.net_Logo