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 offheap-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.graphaware.offheap.map.client
├─ com.graphaware.offheap.map.client.AbstractMapClient.class - [JAR]
├─ com.graphaware.offheap.map.client.OffHeapMapClient.class - [JAR]
├─ com.graphaware.offheap.map.client.SharedOffHeapMapClient.class - [JAR]
com.graphaware.offheap.map
├─ com.graphaware.offheap.map.AbstractSharedMapIterator.class - [JAR]
├─ com.graphaware.offheap.map.EntrySet.class - [JAR]
├─ com.graphaware.offheap.map.EntrySetIterator.class - [JAR]
├─ com.graphaware.offheap.map.Key.class - [JAR]
├─ com.graphaware.offheap.map.Keys.class - [JAR]
├─ com.graphaware.offheap.map.KeysIterator.class - [JAR]
├─ com.graphaware.offheap.map.OffHeapMap.class - [JAR]
├─ com.graphaware.offheap.map.SharedOffHeapMap.class - [JAR]
├─ com.graphaware.offheap.map.Value.class - [JAR]
├─ com.graphaware.offheap.map.Values.class - [JAR]
├─ com.graphaware.offheap.map.ValuesIterator.class - [JAR]
com.graphaware.offheap.cache
├─ com.graphaware.offheap.cache.SharedMapCache.class - [JAR]
├─ com.graphaware.offheap.cache.SharedMapCacheManager.class - [JAR]
com.graphaware.offheap.io
├─ com.graphaware.offheap.io.MemoryMappedFile.class - [JAR]