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 webgraph-big-3.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.unimi.dsi.big.webgraph
├─ it.unimi.dsi.big.webgraph.ASCIIGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.AbstractLazyLongIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.ArcListASCIIGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.BVGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.BidirectionalImmutableGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.BuildHostMap.class - [JAR]
├─ it.unimi.dsi.big.webgraph.CompressionFlags.class - [JAR]
├─ it.unimi.dsi.big.webgraph.EFGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.GraphClassParser.class - [JAR]
├─ it.unimi.dsi.big.webgraph.ImmutableGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.ImmutableSequentialGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.ImmutableSubgraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.IncrementalImmutableSequentialGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.LazyIntIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.LazyIntIterators.class - [JAR]
├─ it.unimi.dsi.big.webgraph.LazyLongIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.LazyLongIterators.class - [JAR]
├─ it.unimi.dsi.big.webgraph.LazyLongSkippableIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.LongIntervalSequenceIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.MaskedLongIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.MergedLongIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.NodeIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.ScatteredArcsASCIIGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.ShiftedByOneArcListASCIIGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.Stats.class - [JAR]
├─ it.unimi.dsi.big.webgraph.Transform.class - [JAR]
├─ it.unimi.dsi.big.webgraph.UnionImmutableGraph.class - [JAR]
it.unimi.dsi.big.webgraph.examples
├─ it.unimi.dsi.big.webgraph.examples.IntegerListImmutableGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.examples.IntegerTriplesArcLabelledImmutableGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.examples.OutdegreeStats.class - [JAR]
it.unimi.dsi.big.webgraph.test
├─ it.unimi.dsi.big.webgraph.test.SpeedTest.class - [JAR]
it.unimi.dsi.big.webgraph.labelling
├─ it.unimi.dsi.big.webgraph.labelling.AbstractIntLabel.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.AbstractIntListLabel.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.AbstractLabel.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.AbstractLongListLabel.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.ArcLabelledImmutableGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.ArcLabelledImmutableSequentialGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.ArcLabelledNodeIterator.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.ArcRelabelledImmutableGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.BitStreamArcLabelledImmutableGraph.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.FixedWidthIntLabel.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.FixedWidthIntListLabel.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.FixedWidthLongListLabel.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.GammaCodedIntLabel.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.IntegerLabelFilter.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.Label.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.LabelMergeStrategy.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.LabelSemiring.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.Labels.class - [JAR]
├─ it.unimi.dsi.big.webgraph.labelling.UnionArcLabelledImmutableGraph.class - [JAR]
it.unimi.dsi.big.webgraph.algo
├─ it.unimi.dsi.big.webgraph.algo.ConnectedComponents.class - [JAR]
├─ it.unimi.dsi.big.webgraph.algo.EliasFanoCumulativeOutdegreeList.class - [JAR]
├─ it.unimi.dsi.big.webgraph.algo.HyperBall.class - [JAR]
├─ it.unimi.dsi.big.webgraph.algo.ParallelBreadthFirstVisit.class - [JAR]
├─ it.unimi.dsi.big.webgraph.algo.StronglyConnectedComponents.class - [JAR]