Menu

#18 Add removeAllWithIndex() method to MultiplexedBranch

open
nobody
None
5
2012-09-15
2005-12-23
Dave
No

A method needs to be added to MultiplexedBranch that
removes all children with a given index. An example
method signature is:

public void removeAllWithIndex(int index)

Just like removeAll should not fail even if there are
no children, the above method should not fail if there
are no children with the given index.

Discussion


Log in to post a comment.