mondrian.olap.fun
Class ArrayHolder<T>

java.lang.Object
  extended by mondrian.olap.fun.ArrayHolder<T>

public class ArrayHolder<T>
extends Object

Holds an array, so that equals(java.lang.Object) and hashCode() work.

Author:
jhyde
 

Constructor Summary
ArrayHolder(T[] a)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayHolder

ArrayHolder(T[] a)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

SourceForge.net_Logo