jar

com.github.veqryn : cidr-ip-trie

Maven & Gradle

Apr 13, 2016
38 stars

CIDR IP Trie · Comparable CIDR and IP types, and a Trie collection for suffix, prefix, and longest prefix matching

Table Of Contents

Latest Version

Download com.github.veqryn : cidr-ip-trie JAR file - Latest Versions:

All Versions

Download com.github.veqryn : cidr-ip-trie JAR file - All Versions:

Version Vulnerabilities Size Updated
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 cidr-ip-trie-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.veqryn.util

├─ com.github.veqryn.util.BitSetUtil.class - [JAR]

com.github.veqryn.net

├─ com.github.veqryn.net.Cidr4.class - [JAR]

├─ com.github.veqryn.net.Cidrs.class - [JAR]

├─ com.github.veqryn.net.Ip4.class - [JAR]

├─ com.github.veqryn.net.Ips.class - [JAR]

com.github.veqryn.collect

├─ com.github.veqryn.collect.AbstractBinaryTrie.class - [JAR]

├─ com.github.veqryn.collect.AbstractKeyCodec.class - [JAR]

├─ com.github.veqryn.collect.Cidr4Trie.class - [JAR]

├─ com.github.veqryn.collect.KeyCodec.class - [JAR]

├─ com.github.veqryn.collect.PatriciaTrie.class - [JAR]

├─ com.github.veqryn.collect.Trie.class - [JAR]

Advertisement