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

net.sf.mmm.util.pool.api.ByteArrayPool 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 byte[]}.
 *
 * @author Joerg Hohwiller (hohwille at users.sourceforge.net)
 * @since 1.0.2
 */
public interface ByteArrayPool extends Pool {

  // nothing to add, just bound generic

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy