|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.statcato.utils.MultidimensionalHashKey
public class MultidimensionalHashKey
An object that represents a key into a hash of multiple dimensions.
| Constructor Summary | |
|---|---|
MultidimensionalHashKey(java.util.Vector values)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
getKey(int d)
Returns the key value of the given dimension. |
int |
getNumDimensions()
Returns the number of dimensions in this hash key. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultidimensionalHashKey(java.util.Vector values)
values - a list of key values| Method Detail |
|---|
public int getNumDimensions()
public java.lang.Object getKey(int d)
d - the dimension
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||