CHILDTYPE - The type of the children.public interface IHasChildren<CHILDTYPE>
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends CHILDTYPE> |
getAllChildren() |
int |
getChildCount() |
boolean |
hasChildren() |
boolean hasChildren()
true if this item has direct children,
false otherwise.@Nonnegative int getChildCount()
@Nullable Collection<? extends CHILDTYPE> getAllChildren()
null
.Copyright © 2014–2015 Philip Helger. All rights reserved.