View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window instatrie-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.illucit.instatrie.splitter
├─ com.illucit.instatrie.splitter.StringWordSplitter.class - [JAR]
├─ com.illucit.instatrie.splitter.WordSplitter.class - [JAR]
com.illucit.instatrie.trie
├─ com.illucit.instatrie.trie.PrefixDictionary.class - [JAR]
├─ com.illucit.instatrie.trie.Trie.class - [JAR]
├─ com.illucit.instatrie.trie.TrieNode.class - [JAR]
com.illucit.instatrie.highlight
├─ com.illucit.instatrie.highlight.HighlightedString.class - [JAR]
├─ com.illucit.instatrie.highlight.SubwordHighlighter.class - [JAR]
com.illucit.instatrie.index
├─ com.illucit.instatrie.index.PrefixIndex.class - [JAR]
├─ com.illucit.instatrie.index.PrefixSearch.class - [JAR]
├─ com.illucit.instatrie.index.PrefixSearchFiltered.class - [JAR]
├─ com.illucit.instatrie.index.PrefixSearchListDecorator.class - [JAR]
├─ com.illucit.instatrie.index.PrefixSearchMapped.class - [JAR]
├─ com.illucit.instatrie.index.TriePrefixIndex.class - [JAR]