jar

com.github.mina-asham : offheap-largecollections

Maven & Gradle

Oct 03, 2017
1 stars

Off Heap Large Collections · Collections that are stored directly off heap, suitable for very large data structures that might not work with regular situations due to GC

Table Of Contents

Latest Version

Download com.github.mina-asham : offheap-largecollections JAR file - Latest Versions:

All Versions

Download com.github.mina-asham : offheap-largecollections 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 offheap-largecollections-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.minaasham.offheap.largecollections

├─ com.github.minaasham.offheap.largecollections.AbstractMapBasedLargeSet.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.LargeHashMap.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.LargeHashSet.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.LargeMap.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.LargeSet.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.UnsafeMemoryReader.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.UnsafeMemoryWriter.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.UnsafeUtils.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.ZeroBytesFixedSerializer.class - [JAR]

com.github.minaasham.offheap.largecollections.serialization

├─ com.github.minaasham.offheap.largecollections.serialization.FixedSizeObjectSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.MemoryReader.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.MemoryWriter.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.ObjectSerializer.class - [JAR]

com.github.minaasham.offheap.largecollections.serialization.common

├─ com.github.minaasham.offheap.largecollections.serialization.common.ArraySerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.BooleanSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.ByteSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.CharSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.DoubleSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.FloatSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.IntSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.LongSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.ShortSerializer.class - [JAR]

├─ com.github.minaasham.offheap.largecollections.serialization.common.StringSerializer.class - [JAR]

Advertisement