| Package | Description |
|---|---|
| com.helger.commons.collection.impl | |
| com.helger.commons.factory | |
| com.helger.commons.pool | |
| com.helger.commons.xml.serialize.read |
| Modifier and Type | Method and Description |
|---|---|
IFactory<ELEMENTTYPE> |
SafeVector.getFactory() |
IFactory<ELEMENTTYPE> |
SafeArrayList.getFactory() |
| Constructor and Description |
|---|
SafeArrayList(IFactory<ELEMENTTYPE> aFactory)
Constructor with a custom factory to fill the missing elements.
|
SafeVector(IFactory<ELEMENTTYPE> aFactory)
Constructor with a custom factory to fill the missing elements.
|
| 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 © 2014–2016 Philip Helger. All rights reserved.