public interface ISampleSet<T>
Modifier and Type | Method and Description |
---|---|
long |
count() |
T |
peek() |
List<T> |
peek(int k) |
long |
put(T element) |
long |
put(T element,
int incrementCount) |
T |
removeRandom() |
int |
size() |
Copyright © 2019. All rights reserved.