Package one.microstream.hashing
Interface HashEqualator.Provider<T>
- All Superinterfaces:
 Equalator.Provider<T>
- Enclosing interface:
 - HashEqualator<T>
 
public static interface HashEqualator.Provider<T> extends Equalator.Provider<T>
- 
Method Summary
Modifier and Type Method Description HashEqualator<T>provideEqualator() 
- 
Method Details
- 
provideEqualator
HashEqualator<T> provideEqualator()- Specified by:
 provideEqualatorin interfaceEqualator.Provider<T>
 
 -