Documentation of 'org.statcato.utils.MultidimensionalHashKey' Java class
MultidimensionalHashKey
org.statcato.utils

Class MultidimensionalHashKey



  • public class MultidimensionalHashKey
    extends java.lang.Object
    An object that represents a key into a hash of multiple dimensions.
    Since:
    1.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      MultidimensionalHashKey(java.util.Vector values)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MultidimensionalHashKey

        public MultidimensionalHashKey(java.util.Vector values)
        Constructor.
        Parameters:
        values - a list of key values
    • Method Detail

      • getNumDimensions

        public int getNumDimensions()
        Returns the number of dimensions in this hash key.
        Returns:
        number of dimensions
      • getKey

        public java.lang.Object getKey(int d)
        Returns the key value of the given dimension.
        Parameters:
        d - the dimension
        Returns:
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.