Default constructor.
Convenience constructor.params the ResourceSelector to negate. add(s);
add(s);
Set the ResourceSelector.params the ResourceSelector to negate.throwsIllegalStateException if already set. if (sel != null) { throw new IllegalStateException( "The Not ResourceSelector accepts a single nested ResourceSelector"); } sel = s;
if (sel != null) { throw new IllegalStateException( "The Not ResourceSelector accepts a single nested ResourceSelector"); } sel = s;
Return true if this Resource is selected.paramr the Resource to check.returnwhether the Resource was selected. return !(sel.isSelected(r));
return !(sel.isSelected(r));