V
- The type of the value of the attribute.public interface HasKeys<V>
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getKeys()
The enumeration of the keys of the stored attributes.
|
V |
getValue(String key)
Returns the value of the attribute with the given key.
|
Enumeration<String> getKeys()
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.