| Package | Description |
|---|---|
| com.phloc.commons.aggregate | |
| com.phloc.commons.collections.list | |
| com.phloc.commons.factory | |
| com.phloc.commons.pool | |
| com.phloc.commons.xml.serialize |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAggregatorFactory<SRCTYPE,DSTTYPE>
Base interface for a factory creating
IAggregator objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatorFactoryConst<SRCTYPE,DSTTYPE>
Implementation if
IAggregatorFactory with a constant instance |
class |
AggregatorFactoryNewInstance<SRCTYPE,DSTTYPE>
Factory for new aggregator objects.
|
| Constructor and Description |
|---|
SafeArrayList(IFactory<ELEMENTTYPE> aFactory) |
SafeVector(IFactory<ELEMENTTYPE> aFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryConstantValue<DATATYPE>
Implementation of
IFactory that returns a constant value |
class |
FactoryNewInstance<DATATYPE>
Implementation of
IFactory that always creates a new instance via
reflection |
class |
FactoryNull<DATATYPE>
An instance of
IFactory that always returns null. |
| Constructor and Description |
|---|
ObjectPool(int nItemCount,
IFactory<DATATYPE> aFactory)
Create a new object pool for a certain amount of items and a factory that
creates the objects on demand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAXReaderFactory |
Copyright © 2006–2015 phloc systems. All rights reserved.