jar

net.agkn : hll

Maven & Gradle

Jul 30, 2014
23 usages
310 stars

HyperLogLog in Java · HyperLogLog: approximate distinct value counting algoritm

Table Of Contents

Latest Version

Download net.agkn : hll JAR file - Latest Versions:

All Versions

Download net.agkn : hll JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hll-1.6.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.agkn.hll

├─ net.agkn.hll.HLL.class - [JAR]

├─ net.agkn.hll.HLLType.class - [JAR]

net.agkn.hll.util

├─ net.agkn.hll.util.BitUtil.class - [JAR]

├─ net.agkn.hll.util.BitVector.class - [JAR]

├─ net.agkn.hll.util.HLLUtil.class - [JAR]

├─ net.agkn.hll.util.LongIterator.class - [JAR]

├─ net.agkn.hll.util.NumberUtil.class - [JAR]

net.agkn.hll.serialization

├─ net.agkn.hll.serialization.BigEndianAscendingWordDeserializer.class - [JAR]

├─ net.agkn.hll.serialization.BigEndianAscendingWordSerializer.class - [JAR]

├─ net.agkn.hll.serialization.HLLMetadata.class - [JAR]

├─ net.agkn.hll.serialization.IHLLMetadata.class - [JAR]

├─ net.agkn.hll.serialization.ISchemaVersion.class - [JAR]

├─ net.agkn.hll.serialization.IWordDeserializer.class - [JAR]

├─ net.agkn.hll.serialization.IWordSerializer.class - [JAR]

├─ net.agkn.hll.serialization.SchemaVersionOne.class - [JAR]

├─ net.agkn.hll.serialization.SerializationUtil.class - [JAR]

Advertisement