net.sf.mmm.util.pool.api.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-util-io Show documentation
Show all versions of mmm-util-io Show documentation
Utilities for input/output and streaming.
The newest version!
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
/**
* Provides the API for a generic pool.
* Pool-Util API
Some sort of objects are expensive to create and should therefore be pooled. The interface
* {@link net.sf.mmm.util.pool.api.Pool} provides a generic interface for a pool of some sort of objects.
*/
package net.sf.mmm.util.pool.api;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy