PARENTTYPE - The data type of the parent object.public class ParentProviderHasParent<PARENTTYPE extends IHasParent<PARENTTYPE>> extends Object implements IParentProvider<PARENTTYPE>
IParentProvider interface that works
with all types that implement IHasParent.| Constructor and Description |
|---|
ParentProviderHasParent() |
@Nullable public PARENTTYPE getParent(@Nullable PARENTTYPE aCurrent)
IParentProvidergetParent in interface IParentProvider<PARENTTYPE extends IHasParent<PARENTTYPE>>aCurrent - The object to determine the parent of. No null or non-
null constraint possible.null if the object has no
parent.Copyright © 2014–2015 Philip Helger. All rights reserved.