jaxb-codemodel icon indicating copy to clipboard operation
jaxb-codemodel copied to clipboard

JBlock: remove content element by Object/by Index/all

Open glassfishrobot opened this issue 12 years ago • 2 comments

Please provide a possibility to remove content elements from a JBlock instance by the following ways:

void remove(Object o)

{ content.remove (o); }

void remove(int index)

{ content.remove (index); }

void removeAll ()

{ content.clear(); }

Affected Versions

[current]

glassfishrobot avatar Apr 30 '13 16:04 glassfishrobot

Reported by phax

glassfishrobot avatar Apr 30 '13 16:04 glassfishrobot

This issue was imported from java.net JIRA CODEMODEL-13

glassfishrobot avatar Apr 24 '17 07:04 glassfishrobot