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 bigmap-core-1.0.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fizzed.bigmap
├─ com.fizzed.bigmap.BigMap.class - [JAR]
├─ com.fizzed.bigmap.BigMapDataException.class - [JAR]
├─ com.fizzed.bigmap.BigMapNonScalableException.class - [JAR]
├─ com.fizzed.bigmap.BigObject.class - [JAR]
├─ com.fizzed.bigmap.BigObjectCloser.class - [JAR]
├─ com.fizzed.bigmap.BigObjectListener.class - [JAR]
├─ com.fizzed.bigmap.BigObjectRegistry.class - [JAR]
├─ com.fizzed.bigmap.BigSet.class - [JAR]
├─ com.fizzed.bigmap.BigSortedMap.class - [JAR]
├─ com.fizzed.bigmap.BigSortedSet.class - [JAR]
├─ com.fizzed.bigmap.ByteCodec.class - [JAR]
├─ com.fizzed.bigmap.ByteCodecs.class - [JAR]
├─ com.fizzed.bigmap.Bytes.class - [JAR]
├─ com.fizzed.bigmap.Comparators.class - [JAR]
├─ com.fizzed.bigmap.MutableValue.class - [JAR]
├─ com.fizzed.bigmap.SerializableByteCodec.class - [JAR]
com.fizzed.bigmap.impl
├─ com.fizzed.bigmap.impl.AbstractBigLinkedMap.class - [JAR]
├─ com.fizzed.bigmap.impl.AbstractBigMap.class - [JAR]
├─ com.fizzed.bigmap.impl.AbstractBigMapBuilder.class - [JAR]
├─ com.fizzed.bigmap.impl.AbstractBigObjectBuilder.class - [JAR]
├─ com.fizzed.bigmap.impl.AbstractBigObjectCloser.class - [JAR]
├─ com.fizzed.bigmap.impl.AbstractBigSet.class - [JAR]
├─ com.fizzed.bigmap.impl.AbstractBigSetBuilder.class - [JAR]
├─ com.fizzed.bigmap.impl.BigLinkedMapCloser.class - [JAR]
├─ com.fizzed.bigmap.impl.BigMapEntrySet.class - [JAR]
├─ com.fizzed.bigmap.impl.BigMapHelper.class - [JAR]
├─ com.fizzed.bigmap.impl.BigMapKeySet.class - [JAR]
├─ com.fizzed.bigmap.impl.BigMapValueCollection.class - [JAR]
├─ com.fizzed.bigmap.impl.BigObjectWeakReference.class - [JAR]
├─ com.fizzed.bigmap.impl.ByteArrayBigMap.class - [JAR]
├─ com.fizzed.bigmap.impl.KeyValueBytes.class - [JAR]
├─ com.fizzed.bigmap.impl.MapMutableValue.class - [JAR]
├─ com.fizzed.bigmap.impl.None.class - [JAR]