@Override public Enumeration children() { if (isLeaf()) { return EmptyEnumeration.INSTANCE; } return Collections.enumeration(getChildren()); }
public Enumeration children() { if (isLeaf()) { return EmptyEnumeration.INSTANCE; } return Collections.enumeration(getChildren()); }