All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download trie4j JAR 0.9.10 with all dependencies


Various TRIE implementation including DoubleArray and LOUDS by Java.

Files of the artifact trie4j version 0.9.10 from the group com.github.takawitter.

Test

Download trie4j (0.9.10)
Artifact trie4j
Group com.github.takawitter
Version 0.9.10
Organization not specified
URL https://github.com/takawitter/trie4j/
License the Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 0.9.8
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of trie4j Show documentation

Please rate this JAR file. Is it a good library?

5 downloads

Source code of trie4j version 0.9.10

..gitkeep
META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.github.takawitter.trie4j
META-INF.maven.com.github.takawitter.trie4j.META-INF.maven.com.github.takawitter.trie4j.pom.properties
META-INF.maven.com.github.takawitter.trie4j.META-INF.maven.com.github.takawitter.trie4j.pom.xml
org.trie4j
org.trie4j.org.trie4j.AbstractMapTrie
org.trie4j.org.trie4j.AbstractTermIdMapTrie
org.trie4j.org.trie4j.AbstractTermIdTrie
org.trie4j.org.trie4j.AbstractTrie
org.trie4j.org.trie4j.Algorithms
org.trie4j.org.trie4j.MapNode
org.trie4j.org.trie4j.MapTrie
org.trie4j.org.trie4j.Node
org.trie4j.org.trie4j.NodeVisitor
org.trie4j.org.trie4j.TermIdNode
org.trie4j.org.trie4j.TermIdTrie
org.trie4j.org.trie4j.Trie
org.trie4j.org.trie4j.Tries
org.trie4j.bv
org.trie4j.bv.org.trie4j.bv.BitVector
org.trie4j.bv.org.trie4j.bv.BitVector01Divider
org.trie4j.bv.org.trie4j.bv.BitVectorUtil
org.trie4j.bv.org.trie4j.bv.BytesConstantTimeSelect0SuccinctBitVector
org.trie4j.bv.org.trie4j.bv.BytesRank0OnlySuccinctBitVector
org.trie4j.bv.org.trie4j.bv.BytesRank1OnlySuccinctBitVector
org.trie4j.bv.org.trie4j.bv.BytesSelect0OnlySuccinctBitVector
org.trie4j.bv.org.trie4j.bv.BytesSuccinctBitVector
org.trie4j.bv.org.trie4j.bv.LongsConstantTimeSelect0SuccinctBitVector
org.trie4j.bv.org.trie4j.bv.LongsRank0OnlySuccinctBitVector
org.trie4j.bv.org.trie4j.bv.LongsRank1OnlySuccinctBitVector
org.trie4j.bv.org.trie4j.bv.LongsSuccinctBitVector
org.trie4j.bv.org.trie4j.bv.SuccinctBitVector
org.trie4j.bv.org.trie4j.bv.UnsafeBytesSuccinctBitVector
org.trie4j.doublearray
org.trie4j.doublearray.org.trie4j.doublearray.DoubleArray
org.trie4j.doublearray.org.trie4j.doublearray.MapDoubleArray
org.trie4j.doublearray.org.trie4j.doublearray.MapTailDoubleArray
org.trie4j.doublearray.org.trie4j.doublearray.TailDoubleArray
org.trie4j.doublearray.org.trie4j.doublearray.UnsafeDoubleArray
org.trie4j.io
org.trie4j.io.org.trie4j.io.Constants
org.trie4j.io.org.trie4j.io.TrieReader
org.trie4j.io.org.trie4j.io.TrieWriter
org.trie4j.louds
org.trie4j.louds.org.trie4j.louds.InlinedTailLOUDSPPTrie
org.trie4j.louds.org.trie4j.louds.InlinedTailLOUDSTrie
org.trie4j.louds.org.trie4j.louds.MapTailLOUDSTrie
org.trie4j.louds.org.trie4j.louds.TailLOUDSTrie
org.trie4j.louds.bvtree
org.trie4j.louds.bvtree.org.trie4j.louds.bvtree.BvTree
org.trie4j.louds.bvtree.org.trie4j.louds.bvtree.FastBitSetBvTree
org.trie4j.louds.bvtree.org.trie4j.louds.bvtree.LOUDSBvTree
org.trie4j.louds.bvtree.org.trie4j.louds.bvtree.LOUDSPPBvTree
org.trie4j.patricia
org.trie4j.patricia.org.trie4j.patricia.MapPatriciaTrie
org.trie4j.patricia.org.trie4j.patricia.MapPatriciaTrieNode
org.trie4j.patricia.org.trie4j.patricia.MapTailPatriciaTrie
org.trie4j.patricia.org.trie4j.patricia.MapTailPatriciaTrieNode
org.trie4j.patricia.org.trie4j.patricia.MapTailPatriciaTrieNodeAdapter
org.trie4j.patricia.org.trie4j.patricia.PatriciaTrie
org.trie4j.patricia.org.trie4j.patricia.PatriciaTrieNode
org.trie4j.patricia.org.trie4j.patricia.TailPatriciaTrie
org.trie4j.patricia.org.trie4j.patricia.TailPatriciaTrieNode
org.trie4j.patricia.org.trie4j.patricia.TailPatriciaTrieNodeAdapter
org.trie4j.tail
org.trie4j.tail.org.trie4j.tail.AbstractTailArray
org.trie4j.tail.org.trie4j.tail.AbstractTailArrayBuilder
org.trie4j.tail.org.trie4j.tail.ConcatTailArrayBuilder
org.trie4j.tail.org.trie4j.tail.DefaultTailArray
org.trie4j.tail.org.trie4j.tail.FastTailCharIterator
org.trie4j.tail.org.trie4j.tail.SBVConcatTailArrayAppendingBuilder
org.trie4j.tail.org.trie4j.tail.SBVConcatTailArrayBuilder
org.trie4j.tail.org.trie4j.tail.SuffixTrieDenseIndexNonstrictincTailArrayBuilder
org.trie4j.tail.org.trie4j.tail.SuffixTrieDenseTailArrayBuilder
org.trie4j.tail.org.trie4j.tail.SuffixTrieTailArray
org.trie4j.tail.org.trie4j.tail.TailArray
org.trie4j.tail.org.trie4j.tail.TailArrayBuilder
org.trie4j.tail.org.trie4j.tail.TailCharIterator
org.trie4j.tail.org.trie4j.tail.TailUtil
org.trie4j.tail.builder
org.trie4j.tail.builder.org.trie4j.tail.builder.ConcatTailBuilder
org.trie4j.tail.builder.org.trie4j.tail.builder.SuffixTrieTailBuilder
org.trie4j.tail.builder.org.trie4j.tail.builder.TailBuilder
org.trie4j.tail.index
org.trie4j.tail.index.org.trie4j.tail.index.ArrayTailIndex
org.trie4j.tail.index.org.trie4j.tail.index.ArrayTailIndexBuilder
org.trie4j.tail.index.org.trie4j.tail.index.DenseArrayTailIndex
org.trie4j.tail.index.org.trie4j.tail.index.DenseArrayTailIndexBuilder
org.trie4j.tail.index.org.trie4j.tail.index.SBVTailIndex
org.trie4j.tail.index.org.trie4j.tail.index.SBVTailIndexAppendingBuilder
org.trie4j.tail.index.org.trie4j.tail.index.SBVTailIndexBuilder
org.trie4j.tail.index.org.trie4j.tail.index.TailIndex
org.trie4j.tail.index.org.trie4j.tail.index.TailIndexBuilder
org.trie4j.util
org.trie4j.util.org.trie4j.util.ArrayUtil
org.trie4j.util.org.trie4j.util.BitSet
org.trie4j.util.org.trie4j.util.CharsCharSequence
org.trie4j.util.org.trie4j.util.CharsUtil
org.trie4j.util.org.trie4j.util.CharsetUtil
org.trie4j.util.org.trie4j.util.FastBitSet
org.trie4j.util.org.trie4j.util.IntArray
org.trie4j.util.org.trie4j.util.IterableAdapter
org.trie4j.util.org.trie4j.util.Pair
org.trie4j.util.org.trie4j.util.Range
org.trie4j.util.org.trie4j.util.SBVIntMap
org.trie4j.util.org.trie4j.util.StreamUtil
org.trie4j.util.org.trie4j.util.StringUtil
org.trie4j.util.org.trie4j.util.TrieMap
org.trie4j.util.org.trie4j.util.TrieSet
org.trie4j.util.org.trie4j.util.Trio




© 2015 - 2025 Weber Informatics LLC | Privacy Policy