AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
aud.example.hash.HashFunction< T > Class Template Referenceabstract

interface for a hash function More...

Public Member Functions

abstract long hash (T data)
 get hash value of data
More...
 

Detailed Description

interface for a hash function

Definition at line 5 of file HashFunction.java.

Member Function Documentation

◆ hash()

abstract long aud.example.hash.HashFunction< T >.hash ( data)
abstract

get hash value of data


The documentation for this class was generated from the following file: