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 terrier-index-api-5.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.terrier.structures
├─ org.terrier.structures.BitFilePosition.class - [JAR]
├─ org.terrier.structures.BitIndexPointer.class - [JAR]
├─ org.terrier.structures.BlockEntryStatistics.class - [JAR]
├─ org.terrier.structures.CollectionStatistics.class - [JAR]
├─ org.terrier.structures.ConcurrentReadable.class - [JAR]
├─ org.terrier.structures.DocumentIndex.class - [JAR]
├─ org.terrier.structures.DocumentIndexEntry.class - [JAR]
├─ org.terrier.structures.EntryStatistics.class - [JAR]
├─ org.terrier.structures.FieldDocumentIndex.class - [JAR]
├─ org.terrier.structures.FieldEntryStatistics.class - [JAR]
├─ org.terrier.structures.Index.class - [JAR]
├─ org.terrier.structures.IndexFactory.class - [JAR]
├─ org.terrier.structures.Lexicon.class - [JAR]
├─ org.terrier.structures.LexiconEntry.class - [JAR]
├─ org.terrier.structures.MetaIndex.class - [JAR]
├─ org.terrier.structures.NgramEntryStatistics.class - [JAR]
├─ org.terrier.structures.Pointer.class - [JAR]
├─ org.terrier.structures.PostingIndex.class - [JAR]
├─ org.terrier.structures.Skipable.class - [JAR]
├─ org.terrier.structures.package-info.class - [JAR]
org.terrier.structures.postings
├─ org.terrier.structures.postings.BlockPosting.class - [JAR]
├─ org.terrier.structures.postings.FieldPosting.class - [JAR]
├─ org.terrier.structures.postings.IterablePosting.class - [JAR]
├─ org.terrier.structures.postings.Posting.class - [JAR]
├─ org.terrier.structures.postings.WritablePosting.class - [JAR]