jar

com.jamierf : persistenthashmap

Maven & Gradle

Jun 26, 2013
12 stars

Persistenthashmap · A disk-based HashMap implementation allowing persistence of data across sessions.

Table Of Contents

Latest Version

Download com.jamierf : persistenthashmap JAR file - Latest Versions:

All Versions

Download com.jamierf : persistenthashmap JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window persistenthashmap-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jamierf.persistenthashmap.util

├─ com.jamierf.persistenthashmap.util.FileUtils.class - [JAR]

com.jamierf.persistenthashmap

├─ com.jamierf.persistenthashmap.CachedPersistentHashMap.class - [JAR]

├─ com.jamierf.persistenthashmap.EntryIterator.class - [JAR]

├─ com.jamierf.persistenthashmap.EntrySet.class - [JAR]

├─ com.jamierf.persistenthashmap.KeyIterator.class - [JAR]

├─ com.jamierf.persistenthashmap.KeySet.class - [JAR]

├─ com.jamierf.persistenthashmap.PersistentHashMap.class - [JAR]

├─ com.jamierf.persistenthashmap.ValueIterator.class - [JAR]

├─ com.jamierf.persistenthashmap.ValueSet.class - [JAR]

com.jamierf.persistenthashmap.serializers

├─ com.jamierf.persistenthashmap.serializers.GsonSerializer.class - [JAR]

├─ com.jamierf.persistenthashmap.serializers.OOSSerializer.class - [JAR]

├─ com.jamierf.persistenthashmap.serializers.ObjectSerializer.class - [JAR]

├─ com.jamierf.persistenthashmap.serializers.XStreamSerializer.class - [JAR]

Advertisement