All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nustaq.serialization.util.FSTInt2ObjectMapFactory Maven / Gradle / Ivy

Go to download

A fast java serialization drop in-replacement and some serialization based utils such as Structs and OffHeap Memory.

The newest version!
package org.nustaq.serialization.util;

public interface FSTInt2ObjectMapFactory {
     FSTInt2ObjectMap createMap(int size);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy