@Immutable public class ChildrenProviderNetworkInterface extends Object implements com.helger.commons.hierarchy.IChildrenProvider<NetworkInterface>
IChildrenProvider for
NetworkInterface.| Constructor and Description |
|---|
ChildrenProviderNetworkInterface() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsCollection<NetworkInterface> |
getAllChildren(NetworkInterface aCurrent) |
int |
getChildCount(NetworkInterface aCurrent) |
boolean |
hasChildren(NetworkInterface aCurrent) |
String |
toString() |
public boolean hasChildren(@Nonnull NetworkInterface aCurrent)
hasChildren in interface com.helger.commons.hierarchy.IChildrenProvider<NetworkInterface>@Nonnegative public int getChildCount(@Nonnull NetworkInterface aCurrent)
getChildCount in interface com.helger.commons.hierarchy.IChildrenProvider<NetworkInterface>@Nullable public com.helger.commons.collection.impl.ICommonsCollection<NetworkInterface> getAllChildren(@Nonnull NetworkInterface aCurrent)
getAllChildren in interface com.helger.commons.hierarchy.IChildrenProvider<NetworkInterface>Copyright © 2016–2019 Philip Helger. All rights reserved.