gr.uoa.di.madgik.searchlibrary.operatorlibrary.join
Class HashKey

java.lang.Object
  extended by gr.uoa.di.madgik.searchlibrary.operatorlibrary.join.HashKey

public class HashKey
extends Object

The key used in the hash table

Author:
UoA

Constructor Summary
HashKey(byte[] key)
          Creates a new HashKey
 
Method Summary
 String getKey()
          Retrieves the hash key
 void setKey(byte[] key)
          Sets the hash key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashKey

public HashKey(byte[] key)
Creates a new HashKey

Parameters:
key - The key to set
Method Detail

getKey

public String getKey()
Retrieves the hash key

Returns:
The hash key

setKey

public void setKey(byte[] key)
Sets the hash key

Parameters:
key - The hash key


Copyright © 2013. All Rights Reserved.