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

io.vertx.tp.plugin.excel.ZERO Maven / Gradle / Ivy

The newest version!
package io.vertx.tp.plugin.excel;

import io.vertx.tp.plugin.excel.atom.ExConnect;
import org.apache.poi.ss.usermodel.Workbook;

import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;

interface Pool {
    ConcurrentMap WORKBOOKS
            = new ConcurrentHashMap<>();

    ConcurrentMap WORKBOOKS_STREAM
            = new ConcurrentHashMap<>();

    ConcurrentMap HELPERS
            = new ConcurrentHashMap<>();

    ConcurrentMap CONNECTS
            = new ConcurrentHashMap<>();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy