| Package | Description |
|---|---|
| net.sf.mmm.util.pool.api |
Provides the API for a generic pool.
|
| net.sf.mmm.util.pool.base |
Contains base-implementations of the
Pool-Util API. |
| net.sf.mmm.util.pool.impl |
Contains some implementations of the
Pool-Util API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteArrayPool
This is the interface for a
Pool of byte[]. |
interface |
CharArrayPool
This is the interface for a
Pool of char[]. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNoPool<E>
This is the abstract base implementation of a dummy
Pool that is actually NOT pooling at all. |
class |
AbstractPool<E>
This is the abstract base implementation of the
Pool interface. |
class |
NoByteArrayPool
This is a
dummy pool for byte-arrays. |
class |
NoCharArrayPool
This is a
dummy pool for char-arrays. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayPoolImpl
This is the default implementation of the
Pool interface for byte-arrays. |
class |
CharArrayPoolImpl
This is the default implementation of the
Pool interface for char-arrays. |
Copyright © 2001–2015 mmm-Team. All rights reserved.