public interface KeyValuePair
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
void |
setKey(String key) |
void |
setValue(String value) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.