org.nustaq.serialization.util.FSTInt2ObjectMapFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fst Show documentation
Show all versions of fst Show documentation
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