jar

com.github.alexandrnikitin : bloom-filter_2.11

Maven & Gradle

Apr 28, 2020
3 usages
374 stars

bloom-filter · bloom-filter

Table Of Contents

Latest Version

Download com.github.alexandrnikitin : bloom-filter_2.11 JAR file - Latest Versions:

All Versions

Download com.github.alexandrnikitin : bloom-filter_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.13.x
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.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 bloom-filter_2.11-0.13.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

bloomfilter.mutable._128bit

├─ bloomfilter.mutable._128bit.BloomFilter.class - [JAR]

bloomfilter.hashing

├─ bloomfilter.hashing.MurmurHash3Generic.class - [JAR]

bloomfilter

├─ bloomfilter.CanGenerate128HashFrom.class - [JAR]

├─ bloomfilter.CanGenerateHashFrom.class - [JAR]

├─ bloomfilter.CanGetDataFrom.class - [JAR]

bloomfilter.util

├─ bloomfilter.util.Unsafe.class - [JAR]

bloomfilter.mutable

├─ bloomfilter.mutable.BloomFilter.class - [JAR]

├─ bloomfilter.mutable.CuckooFilter.class - [JAR]

├─ bloomfilter.mutable.UnsafeBitArray.class - [JAR]

├─ bloomfilter.mutable.UnsafeTable.class - [JAR]

├─ bloomfilter.mutable.UnsafeTable16Bit.class - [JAR]

├─ bloomfilter.mutable.UnsafeTable8Bit.class - [JAR]

Advertisement