DATATYPE - The type of object to create.public interface IHierarchicalRootFactory<DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
createRoot()
Create the root object.
|
@DevelopersNote(value="No @Nullable annotation as we can make no assumptions on the state") DATATYPE createRoot()
null depending on the
implementation.Copyright © 2014–2015 Philip Helger. All rights reserved.