Package nl.tue.storage.hashing.impl
Class OneAtATimeHashCodeProvider
- java.lang.Object
-
- nl.tue.storage.hashing.impl.AbstractHashCodeProvider
-
- nl.tue.storage.hashing.impl.OneAtATimeHashCodeProvider
-
- All Implemented Interfaces:
HashCodeProvider
public class OneAtATimeHashCodeProvider extends AbstractHashCodeProvider
-
-
Field Summary
-
Fields inherited from class nl.tue.storage.hashing.impl.AbstractHashCodeProvider
init, name
-
-
Constructor Summary
Constructors Constructor Description OneAtATimeHashCodeProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected inthashInternal(int hash, int[] array)protected inthashInternal(int hash, short[] array)-
Methods inherited from class nl.tue.storage.hashing.impl.AbstractHashCodeProvider
hash, hash, hash, toString
-
-
-
-
Method Detail
-
hashInternal
protected int hashInternal(int hash, short[] array)- Specified by:
hashInternalin classAbstractHashCodeProvider
-
hashInternal
protected int hashInternal(int hash, int[] array)- Specified by:
hashInternalin classAbstractHashCodeProvider
-
-