Package one.microstream.hashing
Interface HashStatistics
- All Known Subinterfaces:
 HashStatisticsBucketBased
- All Known Implementing Classes:
 HashStatisticsBucketBased.Default
public interface HashStatistics
- 
Method Summary
Modifier and Type Method Description longelementCount()longhashLength() 
- 
Method Details
- 
hashLength
long hashLength() - 
elementCount
long elementCount() 
 -