org.semanticweb.elk.util.hashing
Interface Hasher<T>

Type Parameters:
T - the type of objects for which the hash codes are defined

public interface Hasher<T>

An interface for defining custom hash codes,

Author:
Frantisek Simancik

Method Summary
 int hash(T object)
           
 

Method Detail

hash

int hash(T object)


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.