net.sf.mmm.util.pool.api.CharArrayPool Maven / Gradle / Ivy
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package net.sf.mmm.util.pool.api;
/**
* This is the interface for a {@link Pool} of {@code char[]}.
*
* @author Joerg Hohwiller (hohwille at users.sourceforge.net)
* @since 1.0.2
*/
public interface CharArrayPool extends Pool {
// nothing to add, just bound generic
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy