(Object o)
| 405 | } |
| 406 | |
| 407 | @Override |
| 408 | public boolean asMap_delete(Object o) { |
| 409 | return getAttributes().asMap_delete(o); |
| 410 | } |
| 411 | |
| 412 | /** |
| 413 | * doesn't automatically build the attribute map if it isn't there |
nothing calls this directly
no test coverage detected