| Package | Description |
|---|---|
| com.clearspring.analytics.stream.cardinality |
| Modifier and Type | Method and Description |
|---|---|
HyperLogLog |
HyperLogLog.Builder.build() |
static HyperLogLog |
HyperLogLog.Builder.build(byte[] bytes) |
static HyperLogLog |
HyperLogLog.Builder.build(DataInput serializedByteStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
HyperLogLog.addAll(HyperLogLog other)
Add all the elements of the other set to this set.
|
Copyright © 2014. All rights reserved.