| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | boolean addAttribute(Attribute attribute, Collection<ByteString> duplicateValues); |
| | | boolean addAttribute(Attribute attribute, Collection<? super ByteString> duplicateValues); |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | boolean containsAttribute(Attribute attribute, Collection<ByteString> missingValues); |
| | | boolean containsAttribute(Attribute attribute, Collection<? super ByteString> missingValues); |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | boolean removeAttribute(Attribute attribute, Collection<ByteString> missingValues); |
| | | boolean removeAttribute(Attribute attribute, Collection<? super ByteString> missingValues); |
| | | |
| | | /** |
| | | * {@inheritDoc} |