PARENTTYPE - The type of object to get a parent frompublic interface IParentProvider<PARENTTYPE>
| Modifier and Type | Method and Description |
|---|---|
PARENTTYPE |
getParent(PARENTTYPE aCurrent)
Get the parent of the passed object.
|
@Nullable PARENTTYPE getParent(PARENTTYPE aCurrent)
aCurrent - The object to determine the parent of. No null or non-
null constraint possible.null if the object has no
parent.Copyright © 2014–2016 Philip Helger. All rights reserved.