net.sf.mmm.util.pool.api
Interface CharArrayPool

All Superinterfaces:
Pool<char[]>
All Known Implementing Classes:
CharArrayPoolImpl, NoCharArrayPool

@ComponentSpecification
public interface CharArrayPool
extends Pool<char[]>

This is the interface for a Pool of char[].

Since:
1.0.2
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 
Methods inherited from interface net.sf.mmm.util.pool.api.Pool
borrow, isEmpty, release
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.