mondrian.rolap
Class SmartMemberListCache.Key2<T1,T2>
java.lang.Object
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
|
o1
T1 o1
o2
T2 o2
SmartMemberListCache.Key2
public SmartMemberListCache.Key2(T1 o1,
T2 o2)
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