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

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

package org.nustaq.serialization.util;

public class DefaultFSTInt2ObjectMapFactory implements FSTInt2ObjectMapFactory{
    @Override
    public  FSTInt2ObjectMap createMap(int size) {
        return new DefaultFSTInt2ObjectMap<>(size);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy