public interface MultiValuedPropertyMap<T>
T getValue(String key) throws IllegalArgumentException
IllegalArgumentExceptionList<T> getValues(String key) throws IllegalArgumentException
IllegalArgumentExceptionvoid addValue(String key, T value) throws IllegalArgumentException
IllegalArgumentExceptionvoid setValue(String key, T value) throws IllegalArgumentException
IllegalArgumentExceptionvoid clear()
int size()
void append(MultiValuedPropertyMap<T> appended) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2025 JBoss by Red Hat. All Rights Reserved.