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