mondrian.olap.fun
Class MemberHelper

java.lang.Object
  extended by mondrian.olap.fun.MemberHelper

public class MemberHelper
extends Object

This helper class is used by the Distinct(<set>) function to determine whether or not elements of different types within a set are equal.

 

Constructor Summary
MemberHelper(Object entry)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberHelper

public MemberHelper(Object entry)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

SourceForge.net_Logo