jar

com.github.scr : memory-mapped-hashmap

Maven & Gradle

Nov 06, 2017
4 stars

Memory Mapped HashMap · Readonly Set and Map that use a MappedByteBuffer to load quickly and use minimal Java Heap.

Table Of Contents

Latest Version

Download com.github.scr : memory-mapped-hashmap JAR file - Latest Versions:

All Versions

Download com.github.scr : memory-mapped-hashmap JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

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 memory-mapped-hashmap-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.scr.hashmap.function

├─ com.github.scr.hashmap.function.ByteConsumer.class - [JAR]

├─ com.github.scr.hashmap.function.CharConsumer.class - [JAR]

├─ com.github.scr.hashmap.function.FloatConsumer.class - [JAR]

├─ com.github.scr.hashmap.function.PrimitiveByteIterator.class - [JAR]

├─ com.github.scr.hashmap.function.PrimitiveCharIterator.class - [JAR]

├─ com.github.scr.hashmap.function.PrimitiveFloatIterator.class - [JAR]

├─ com.github.scr.hashmap.function.PrimitiveShortIterator.class - [JAR]

├─ com.github.scr.hashmap.function.ShortConsumer.class - [JAR]

com.github.scr.hashmap.utils

├─ com.github.scr.hashmap.utils.CharSequenceIterator.class - [JAR]

├─ com.github.scr.hashmap.utils.CharSequences.class - [JAR]

├─ com.github.scr.hashmap.utils.Reorder.class - [JAR]

├─ com.github.scr.hashmap.utils.package-info.class - [JAR]

com.github.scr.hashmap

├─ com.github.scr.hashmap.Constants.class - [JAR]

├─ com.github.scr.hashmap.DataWriter.class - [JAR]

├─ com.github.scr.hashmap.package-info.class - [JAR]

com.github.scr.hashmap.sets

├─ com.github.scr.hashmap.sets.BufferCharSequenceSet.class - [JAR]

├─ com.github.scr.hashmap.sets.IndexedSet.class - [JAR]

├─ com.github.scr.hashmap.sets.package-info.class - [JAR]

com.github.scr.hashmap.collections

├─ com.github.scr.hashmap.collections.BufferCollections.class - [JAR]

├─ com.github.scr.hashmap.collections.ByteBufferCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.CharSequenceCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.CharacterBufferCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.DoubleBufferCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.FloatBufferCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.IndexedCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.IntBufferCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.LongBufferCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.ShortBufferCollection.class - [JAR]

├─ com.github.scr.hashmap.collections.package-info.class - [JAR]

com.github.scr.hashmap.maps

├─ com.github.scr.hashmap.maps.BufferCharSequenceMap.class - [JAR]

├─ com.github.scr.hashmap.maps.BufferCharSequenceMaps.class - [JAR]

├─ com.github.scr.hashmap.maps.EntryIterator.class - [JAR]

├─ com.github.scr.hashmap.maps.EntrySet.class - [JAR]

├─ com.github.scr.hashmap.maps.IndexedMap.class - [JAR]

├─ com.github.scr.hashmap.maps.KVNode.class - [JAR]

├─ com.github.scr.hashmap.maps.package-info.class - [JAR]

Advertisement