com.bigdata.service.jini.master
Interface IHashFunction<V>

Type Parameters:
V - The generic type of the value whose hash code will be returned.
All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultHashFunction

public interface IHashFunction<V>
extends Serializable

A hash function.

Version:
$Id$
Author:
Bryan Thompson

Method Summary
 int hashFunction(V value)
          Return the hash code of the value.
 

Method Detail

hashFunction

int hashFunction(V value)
Return the hash code of the value.

Parameters:
value - The value.
Returns:
The hash code.


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.