public interface AttributeStore extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String key)
Returns true of there exist attributes with the specified key
|
<T> Attribute<T> |
get(String key)
Retrieves the first attribute returned for the specified key.
|
Collection<Attribute> |
getAttributes()
Retrieves all the getAttributes.
|
Collection<Attribute> |
getAttributes(String key)
Retrieves all the attributes for the specified key.
|
Set<String> |
keys()
Returns the keys in the current object
|
int |
size()
Returns the size of the attributestore.
|
Collection<Attribute> getAttributes()
Collection<Attribute> getAttributes(String key)
<T> Attribute<T> get(String key)
boolean contains(String key)
int size()
Copyright © 2018 Calrissian. All rights reserved.