public class SortedPropertiesFactory extends AbstractPropertiesFactory<SortedProperties>
SortedProperties.SortedProperties| Modifier and Type | Field and Description |
|---|---|
static SortedPropertiesFactory |
INSTANCE
The singleton instance.
|
| Modifier | Constructor and Description |
|---|---|
private |
SortedPropertiesFactory()
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected SortedProperties |
createProperties()
Subclasses override to provide customized properties instances.
|
public static final SortedPropertiesFactory INSTANCE
private SortedPropertiesFactory()
protected SortedProperties createProperties()
createProperties in class AbstractPropertiesFactory<SortedProperties>