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 SummaryModifier and Type Method Description HashEqualator<T>provideEqualator()
- 
Method Details- 
provideEqualatorHashEqualator<T> provideEqualator()- Specified by:
- provideEqualatorin interface- Equalator.Provider<T>
 
 
-