PARENTTYPE - The type of object to get a parent frompublic interface IHasParent<PARENTTYPE>
class A implements IHasParent <A>
{
A getParent () { ... }
}| Modifier and Type | Method and Description |
|---|---|
PARENTTYPE |
getParent()
Get the parent object of this object.
|
@Nullable PARENTTYPE getParent()
null if this object has no
parent.Copyright © 2006–2014 phloc systems. All rights reserved.