public interface IFrequency
Modifier and Type | Method and Description |
---|---|
void |
add(long item,
long count) |
void |
add(String item,
long count) |
long |
estimateCount(long item) |
long |
estimateCount(String item) |
long |
size() |
Copyright © 2019. All rights reserved.