jar

com.pkware.ahocorasick : low-memory-aho-corasick

Maven & Gradle

May 15, 2023
4 stars

Low Memory Aho-Corasick · Low memory, fast Aho-Corasick implementation.

Table Of Contents

Latest Version

Download com.pkware.ahocorasick : low-memory-aho-corasick JAR file - Latest Versions:

All Versions

Download com.pkware.ahocorasick : low-memory-aho-corasick JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.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 low-memory-aho-corasick-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.pkware.ahocorasick

├─ com.pkware.ahocorasick.AhoCorasick.class - [JAR]

├─ com.pkware.ahocorasick.AhoCorasickBase.class - [JAR]

├─ com.pkware.ahocorasick.AhoCorasickOption.class - [JAR]

├─ com.pkware.ahocorasick.AhoCorasickResult.class - [JAR]

├─ com.pkware.ahocorasick.AhoCorasickStore.class - [JAR]

├─ com.pkware.ahocorasick.DoubleArrayIntList.class - [JAR]

├─ com.pkware.ahocorasick.IndexCache.class - [JAR]

├─ com.pkware.ahocorasick.SafeIndexable.class - [JAR]

├─ com.pkware.ahocorasick.StringAhoCorasick.class - [JAR]

├─ com.pkware.ahocorasick.UnboxedIntList.class - [JAR]